#F0CD09

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

Shades of Tangerine Yellow #F0CD09

Tints of Tangerine Yellow #F0CD09

Color information

#F0CD09 (or 0xF0CD09) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CD and 09. RGB value is (240,205,9). Sum of RGB (Red+Green+Blue) = 240+205+9=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD09 is #0F32F6. Grayscale: #C1C1C1. Windows color (decimal): -996087 or 642544. OLE color: 642544.

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

Color convert

RGB2402059-
CMYK00.150.960.06
HSL50.91º92.77%48.82%-
HSV(B)50.91º96.25%94.12%-
XYZ57.8262.219.22-
YUV193.1224.1161.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 9 (3.91% from 255) = 1.98%
R=52.86%
G=45.15%
B=1.98%

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
Decimal240205900.150.960.0650.9192.7748.82
HexF0CD90F606335d31
Octal3603151101714066313561
Binary111100001100110110010111111000001101100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CD09; }

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

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

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

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

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

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

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

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