#FDCC06

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

Shades of Tangerine Yellow #FDCC06

Tints of Tangerine Yellow #FDCC06

Color information

#FDCC06 (or 0xFDCC06) is unknown color: approx Tangerine Yellow. HEX triplet: FD, CC and 06. RGB value is (253,204,6). Sum of RGB (Red+Green+Blue) = 253+204+6=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC06 is #0233F9. Grayscale: #C4C4C4. Windows color (decimal): -144378 or 445693. OLE color: 445693.

HSL color Cylindrical-coordinate representation of color #FDCC06: hue angle of 48.1º 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 #FDCC06 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2532046-
CMYK00.190.980.01
HSL48.1º98.41%50.78%-
HSV(B)48.1º97.63%99.22%-
XYZ62.1364.089.27-
YUV196.0820.73168.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 6 (2.73% from 255) = 1.30%
R=54.64%
G=44.06%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253204600.190.980.0148.198.4150.78
HexFDCC6013621306233
Octal375314602314216014263
Binary1111110111001100110010011110001011100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC06; }

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

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

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

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

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

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

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

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