#FDCF0A

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

Shades of Tangerine Yellow #FDCF0A

Tints of Tangerine Yellow #FDCF0A

Color information

#FDCF0A (or 0xFDCF0A) is unknown color: approx Tangerine Yellow. HEX triplet: FD, CF and 0A. RGB value is (253,207,10). Sum of RGB (Red+Green+Blue) = 253+207+10=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF0A is #0230F5. Grayscale: #C7C7C7. Windows color (decimal): -143606 or 708605. OLE color: 708605.

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

Color convert

RGB25320710-
CMYK00.180.960.01
HSL48.64º98.38%51.57%-
HSV(B)48.64º96.05%99.22%-
XYZ62.8865.539.62-
YUV198.321.74167.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.83%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 10 (4.30% from 255) = 2.13%
R=53.83%
G=44.04%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532071000.180.960.0148.6498.3851.57
HexFDCFA012601316234
Octal3753171202214016114264
Binary11111101110011111010010010110000011100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF0A; }

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

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

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

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

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

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

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

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