#FCA051

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

Shades of Sunshade #FCA051

Tints of Sunshade #FCA051

Color information

#FCA051 (or 0xFCA051) is unknown color: approx Sunshade. HEX triplet: FC, A0 and 51. RGB value is (252,160,81). Sum of RGB (Red+Green+Blue) = 252+160+81=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA051 is #035FAE. Grayscale: #B2B2B2. Windows color (decimal): -221103 or 5349628. OLE color: 5349628.

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

Color convert

RGB25216081-
CMYK00.370.680.01
HSL27.72º96.61%65.29%-
HSV(B)27.72º67.86%98.82%-
XYZ54.246.4313.89-
YUV178.572.98180.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 81 (32.03% from 255) = 16.43%
R=51.12%
G=32.45%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521608100.370.680.0127.7296.6165.29
HexFCA0510254411c6141
Octal374240121045104134141101
Binary111111001010000010100010100101100010011110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA051; }

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

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

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

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

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

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

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

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