Html Css Color HEX #FCA04A Sunshade

📋 copy color: '#FCA04A'

red 252 ◦ green 160 ◦ blue 74

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

Shades of Sunshade #FCA04A

Tints of Sunshade #FCA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.23%

R = 51.85%
G = 32.92%
B = 15.23%

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

#FCA04A (or 0xFCA04A) is known color: Sunshade. HEX triplet: FC, A0 and 4A. RGB value is (252,160,74). Sum of RGB (Red+Green+Blue) = 252+160+74=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA04A is #035FB5. Grayscale: #B2B2B2. Windows color (decimal): -221110 or 4890876. OLE color: 4890876.

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

Color convert

RGB 252 160 74 -
CMYK 0 0.37 0.71 0.01
HSL 28.99º 0.97% 0.64% -
HSV(B) 28.99º 0.71% 0.99% -
XYZ 53.95 46.33 12.58 -
YUV 177.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 252 160 74 0 0.37 0.71 0.01 28.99 0.97 0.64
Hex FC A0 4A 0 25 47 1 1D 61 40
Octal 374 240 112 0 45 107 1 35 141 100
Binary 11111100 10100000 1001010 0 100101 1000111 1 11101 1100001 1000000

Color Harmonies of #FCA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA04A

Black with #FCA04A

Text Example


Text Example

White with #FCA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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