#FDC906

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

Shades of Tangerine Yellow #FDC906

Tints of Tangerine Yellow #FDC906

Color information

#FDC906 (or 0xFDC906) is unknown color: approx Tangerine Yellow. HEX triplet: FD, C9 and 06. RGB value is (253,201,6). Sum of RGB (Red+Green+Blue) = 253+201+6=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC906 is #0236F9. Grayscale: #C3C3C3. Windows color (decimal): -145146 or 444925. OLE color: 444925.

HSL color Cylindrical-coordinate representation of color #FDC906: hue angle of 47.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC906 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2532016-
CMYK00.210.980.01
HSL47.37º98.41%50.78%-
HSV(B)47.37º97.63%99.22%-
XYZ61.4362.679.03-
YUV194.3221.73169.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 6 (2.73% from 255) = 1.30%
R=55%
G=43.70%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253201600.210.980.0147.3798.4150.78
HexFDC960156212f6233
Octal375311602514215714263
Binary1111110111001001110010101110001011011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC906; }

 p { color: rgb(253,201,6); }

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

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

 a { background-color: rgb(253,201,6); }

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

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

 span { border-color: rgb(253,201,6); }

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