#F0CA09

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

Shades of Tangerine Yellow #F0CA09

Tints of Tangerine Yellow #F0CA09

Color information

#F0CA09 (or 0xF0CA09) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CA and 09. RGB value is (240,202,9). Sum of RGB (Red+Green+Blue) = 240+202+9=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA09 is #0F35F6. Grayscale: #C0C0C0. Windows color (decimal): -996855 or 641776. OLE color: 641776.

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

Color convert

RGB2402029-
CMYK00.160.960.06
HSL50.13º92.77%48.82%-
HSV(B)50.13º96.25%94.12%-
XYZ57.1160.798.98-
YUV191.3625.09162.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 9 (3.91% from 255) = 2.00%
R=53.22%
G=44.79%
B=2.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240202900.160.960.0650.1392.7748.82
HexF0CA9010606325d31
Octal3603121102014066213561
Binary1111000011001010100101000011000001101100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA09; }

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

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

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

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

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

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

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

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