#FCA04D

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

Shades of Sunshade #FCA04D

Tints of Sunshade #FCA04D

Color information

#FCA04D (or 0xFCA04D) is unknown color: approx Sunshade. HEX triplet: FC, A0 and 4D. RGB value is (252,160,77). Sum of RGB (Red+Green+Blue) = 252+160+77=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA04D is #035FB2. Grayscale: #B2B2B2. Windows color (decimal): -221107 or 5087484. OLE color: 5087484.

HSL color Cylindrical-coordinate representation of color #FCA04D: hue angle of 28.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCA04D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB25216077-
CMYK00.370.690.01
HSL28.46º96.69%64.51%-
HSV(B)28.46º69.44%98.82%-
XYZ54.0646.3713.12-
YUV178.0570.98180.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 77 (30.47% from 255) = 15.75%
R=51.53%
G=32.72%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521607700.370.690.0128.4696.6964.51
HexFCA04D0254511c6141
Octal374240115045105134141101
Binary111111001010000010011010100101100010111110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA04D; }

 p { color: rgb(252,160,77); }

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

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

 a { background-color: rgb(252,160,77); }

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

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

 span { border-color: rgb(252,160,77); }

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