#F0CC09

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

Shades of Tangerine Yellow #F0CC09

Tints of Tangerine Yellow #F0CC09

Color information

#F0CC09 (or 0xF0CC09) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CC and 09. RGB value is (240,204,9). Sum of RGB (Red+Green+Blue) = 240+204+9=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC09 is #0F33F6. Grayscale: #C1C1C1. Windows color (decimal): -996343 or 642288. OLE color: 642288.

HSL color Cylindrical-coordinate representation of color #F0CC09: hue angle of 50.65º 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 #F0CC09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB2402049-
CMYK00.150.960.06
HSL50.65º92.77%48.82%-
HSV(B)50.65º96.25%94.12%-
XYZ57.5861.739.14-
YUV192.5324.43161.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 204 (80.08% from 255) = 45.03%
BLUE value IS 9 (3.91% from 255) = 1.99%
R=52.98%
G=45.03%
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
Decimal240204900.150.960.0650.6592.7748.82
HexF0CC90F606335d31
Octal3603141101714066313561
Binary111100001100110010010111111000001101100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CC09; }

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

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

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

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

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

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

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

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