#FDCE00

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

Shades of Tangerine Yellow #FDCE00

Tints of Tangerine Yellow #FDCE00

Color information

#FDCE00 (or 0xFDCE00) is unknown color: approx Tangerine Yellow. HEX triplet: FD, CE and 00. RGB value is (253,206,0). Sum of RGB (Red+Green+Blue) = 253+206+0=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE00 is #0231FF. Grayscale: #C5C5C5. Windows color (decimal): -143872 or 52989. OLE color: 52989.

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

Color convert

RGB2532060-
CMYK00.1910.01
HSL48.85º100%49.61%-
HSV(B)48.85º100%99.22%-
XYZ62.5865.039.25-
YUV196.5717.07168.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.12%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.12%
G=44.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253206000.1910.0148.8510049.61
HexFDCE0013641316432
Octal375316002314416114462
Binary11111101110011100010011110010011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE00; }

 p { color: rgb(253,206,0); }

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

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

 a { background-color: rgb(253,206,0); }

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

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

 span { border-color: rgb(253,206,0); }

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