#F6CC06

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

Shades of Tangerine Yellow #F6CC06

Tints of Tangerine Yellow #F6CC06

Color information

#F6CC06 (or 0xF6CC06) is unknown color: approx Tangerine Yellow. HEX triplet: F6, CC and 06. RGB value is (246,204,6). Sum of RGB (Red+Green+Blue) = 246+204+6=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CC06 is #0933F9. Grayscale: #C2C2C2. Windows color (decimal): -603130 or 445686. OLE color: 445686.

HSL color Cylindrical-coordinate representation of color #F6CC06: hue angle of 49.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6CC06 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2462046-
CMYK00.170.980.04
HSL49.5º95.24%49.41%-
HSV(B)49.5º97.56%96.47%-
XYZ59.6362.799.15-
YUV193.9921.91165.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.95%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 6 (2.73% from 255) = 1.32%
R=53.95%
G=44.74%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246204600.170.980.0449.595.2449.41
HexF6CC6011624325f31
Octal366314602114246213761
Binary111101101100110011001000111000101001100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC06; }

 p { color: rgb(246,204,6); }

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

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

 a { background-color: rgb(246,204,6); }

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

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

 span { border-color: rgb(246,204,6); }

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