#f0b31e

Color #F0B31E Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #F0B31E

Tints of Gold Tips #F0B31E

Color information

#F0B31E (or 0xF0B31E) is unknown color: approx Gold Tips. HEX triplet: F0, B3 and 1E. RGB value is (240,179,30). Sum of RGB (Red+Green+Blue) = 240+179+30=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B31E is #0F4CE1. Grayscale: #B4B4B4. Windows color (decimal): -1002722 or 2012144. OLE color: 2012144.

HSL color Cylindrical-coordinate representation of color #F0B31E: hue angle of 42.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0B31E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24017930-
CMYK00.250.870.06
HSL42.57º87.5%52.94%-
HSV(B)42.57º87.5%94.12%-
XYZ52.2950.868.29-
YUV180.2543.21170.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 30 (12.11% from 255) = 6.68%
R=53.45%
G=39.87%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401793000.250.870.0642.5787.552.94
HexF0B31E0195762b5835
Octal3602633603112765313065
Binary11110000101100111111001100110101111101010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b31e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b31e; }

 p { color: rgb(240,179,30); }

 H1.HeaderClassName
 {
   color: #f0b31e;
 }
 .AnyTagClassName
 {
   color: #f0b31e;
 }
</style>
background-color css

<style>
 a { background-color: #f0b31e; }

 a { background-color: rgb(240,179,30); }

 div.DivClassName
 {
   background-color: #f0b31e;
 }
 .BgClassName
 {
   background-color: #f0b31e;
 }
</style>
border-color css

<style>
 span { border-color: #f0b31e; }

 span { border-color: rgb(240,179,30); }

 td.TdClassName
 {
   border-color: #f0b31e;
 }
 .TagClassName
 {
   border-color: #f0b31e;
 }
</style>