#F0CB09

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

Shades of Tangerine Yellow #F0CB09

Tints of Tangerine Yellow #F0CB09

Color information

#F0CB09 (or 0xF0CB09) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CB and 09. RGB value is (240,203,9). Sum of RGB (Red+Green+Blue) = 240+203+9=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB09 is #0F34F6. Grayscale: #C0C0C0. Windows color (decimal): -996599 or 642032. OLE color: 642032.

HSL color Cylindrical-coordinate representation of color #F0CB09: hue angle of 50.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0CB09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB2402039-
CMYK00.150.960.06
HSL50.39º92.77%48.82%-
HSV(B)50.39º96.25%94.12%-
XYZ57.3461.269.06-
YUV191.9524.76162.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 203 (79.69% from 255) = 44.91%
BLUE value IS 9 (3.91% from 255) = 1.99%
R=53.10%
G=44.91%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240203900.150.960.0650.3992.7748.82
HexF0CB90F606325d31
Octal3603131101714066213561
Binary111100001100101110010111111000001101100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB09; }

 p { color: rgb(240,203,9); }

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

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

 a { background-color: rgb(240,203,9); }

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

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

 span { border-color: rgb(240,203,9); }

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