#FDCF00

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

Shades of Tangerine Yellow #FDCF00

Tints of Tangerine Yellow #FDCF00

Color information

#FDCF00 (or 0xFDCF00) is unknown color: approx Tangerine Yellow. HEX triplet: FD, CF and 00. RGB value is (253,207,0). Sum of RGB (Red+Green+Blue) = 253+207+0=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF00 is #0230FF. Grayscale: #C6C6C6. Windows color (decimal): -143616 or 53245. OLE color: 53245.

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

Color convert

RGB2532070-
CMYK00.1810.01
HSL49.09º100%49.61%-
HSV(B)49.09º100%99.22%-
XYZ62.8265.519.33-
YUV197.1616.74167.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55%
GREEN value IS 207 (81.25% from 255) = 45%
BLUE value IS 0 (0.39% from 255) = 0%
R=55%
G=45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253207000.1810.0149.0910049.61
HexFDCF0012641316432
Octal375317002214416114462
Binary11111101110011110010010110010011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF00; }

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

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

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

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

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

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

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

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