#FCA51A

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

Shades of Dark Tangerine #FCA51A

Tints of Dark Tangerine #FCA51A

Color information

#FCA51A (or 0xFCA51A) is unknown color: approx Dark Tangerine. HEX triplet: FC, A5 and 1A. RGB value is (252,165,26). Sum of RGB (Red+Green+Blue) = 252+165+26=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA51A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA51A is #035AE5. Grayscale: #AFAFAF. Windows color (decimal): -219878 or 1746428. OLE color: 1746428.

HSL color Cylindrical-coordinate representation of color #FCA51A: hue angle of 36.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCA51A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB25216526-
CMYK00.350.900.01
HSL36.9º97.41%54.51%-
HSV(B)36.9º89.68%98.82%-
XYZ53.7947.687.35-
YUV175.1743.82182.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 26 (10.55% from 255) = 5.87%
R=56.88%
G=37.25%
B=5.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521652600.350.900.0136.997.4154.51
HexFCA51A0235A1256137
Octal3742453204313214514167
Binary1111110010100101110100100011101101011001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA51A; }

 p { color: rgb(252,165,26); }

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

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

 a { background-color: rgb(252,165,26); }

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

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

 span { border-color: rgb(252,165,26); }

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