#FDCA06

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

Shades of Tangerine Yellow #FDCA06

Tints of Tangerine Yellow #FDCA06

Color information

#FDCA06 (or 0xFDCA06) is unknown color: approx Tangerine Yellow. HEX triplet: FD, CA and 06. RGB value is (253,202,6). Sum of RGB (Red+Green+Blue) = 253+202+6=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCA06 is #0235F9. Grayscale: #C3C3C3. Windows color (decimal): -144890 or 445181. OLE color: 445181.

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

Color convert

RGB2532026-
CMYK00.200.980.01
HSL47.61º98.41%50.78%-
HSV(B)47.61º97.63%99.22%-
XYZ61.6663.149.11-
YUV194.921.4169.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.88%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 6 (2.73% from 255) = 1.30%
R=54.88%
G=43.82%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253202600.200.980.0147.6198.4150.78
HexFDCA6014621306233
Octal375312602414216014263
Binary1111110111001010110010100110001011100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA06; }

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

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

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

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

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

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

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

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