#F0B316

Color #F0B316 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F0B316

Tints of Dark Tangerine #F0B316

Color information

#F0B316 (or 0xF0B316) is unknown color: approx Dark Tangerine. HEX triplet: F0, B3 and 16. RGB value is (240,179,22). Sum of RGB (Red+Green+Blue) = 240+179+22=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B316 is #0F4CE9. Grayscale: #B4B4B4. Windows color (decimal): -1002730 or 1487856. OLE color: 1487856.

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

Color convert

RGB24017922-
CMYK00.250.910.06
HSL43.21º87.9%51.37%-
HSV(B)43.21º90.83%94.12%-
XYZ52.250.827.82-
YUV179.3439.21171.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 22 (8.98% from 255) = 4.99%
R=54.42%
G=40.59%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401792200.250.910.0643.2187.951.37
HexF0B3160195B62b5833
Octal3602632603113365313063
Binary11110000101100111011001100110110111101010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B316; }

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

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

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

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

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

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

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

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