#FCA20D

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

Shades of Dark Tangerine #FCA20D

Tints of Dark Tangerine #FCA20D

Color information

#FCA20D (or 0xFCA20D) is unknown color: approx Dark Tangerine. HEX triplet: FC, A2 and 0D. RGB value is (252,162,13). Sum of RGB (Red+Green+Blue) = 252+162+13=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA20D is #035DF2. Grayscale: #ACACAC. Windows color (decimal): -220659 or 893692. OLE color: 893692.

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

Color convert

RGB25216213-
CMYK00.360.950.01
HSL37.41º97.55%51.96%-
HSV(B)37.41º94.84%98.82%-
XYZ53.1446.576.57-
YUV171.9238.32185.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 13 (5.47% from 255) = 3.04%
R=59.02%
G=37.94%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521621300.360.950.0137.4197.5551.96
HexFCA2D0245F1256234
Octal3742421504413714514264
Binary111111001010001011010100100101111111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA20D; }

 p { color: rgb(252,162,13); }

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

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

 a { background-color: rgb(252,162,13); }

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

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

 span { border-color: rgb(252,162,13); }

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