Html Css Color HEX #FCA049 Sunshade

📋 copy color: '#FCA049'

red 252 ◦ green 160 ◦ blue 73

#FCA049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunshade #FCA049

Tints of Sunshade #FCA049

RGB

 RED value IS 252 (98.83% from 255) = 51.96%

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 51.96%
G = 32.99%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCA049 (or 0xFCA049) is known color: Sunshade. HEX triplet: FC, A0 and 49. RGB value is (252,160,73). Sum of RGB (Red+Green+Blue) = 252+160+73=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA049 is #035FB6. Grayscale: #B2B2B2. Windows color (decimal): -221111 or 4825340. OLE color: 4825340.

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

Color convert

RGB 252 160 73 -
CMYK 0 0.37 0.71 0.01
HSL 29.16º 0.97% 0.64% -
HSV(B) 29.16º 0.71% 0.99% -
XYZ 53.92 46.32 12.4 -
YUV 177.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 252 160 73 0 0.37 0.71 0.01 29.16 0.97 0.64
Hex FC A0 49 0 25 47 1 1D 61 40
Octal 374 240 111 0 45 107 1 35 141 100
Binary 11111100 10100000 1001001 0 100101 1000111 1 11101 1100001 1000000

Color Harmonies of #FCA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA049

Black with #FCA049

Text Example


Text Example

White with #FCA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA049; }

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

 H1.HeaderClassName
 {
   color: #FCA049;
 }
 .AnyTagClassName
 {
   color: #FCA049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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