#FCA40D

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

Shades of Dark Tangerine #FCA40D

Tints of Dark Tangerine #FCA40D

Color information

#FCA40D (or 0xFCA40D) is unknown color: approx Dark Tangerine. HEX triplet: FC, A4 and 0D. RGB value is (252,164,13). Sum of RGB (Red+Green+Blue) = 252+164+13=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA40D is #035BF2. Grayscale: #ADADAD. Windows color (decimal): -220147 or 894204. OLE color: 894204.

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

Color convert

RGB25216413-
CMYK00.350.950.01
HSL37.91º97.55%51.96%-
HSV(B)37.91º94.84%98.82%-
XYZ53.4947.286.69-
YUV173.137.65184.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 13 (5.47% from 255) = 3.03%
R=58.74%
G=38.23%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521641300.350.950.0137.9197.5551.96
HexFCA4D0235F1266234
Octal3742441504313714614264
Binary111111001010010011010100011101111111001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA40D; }

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

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

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

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

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

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

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

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