Html Css Color HEX #FAA049 Sunshade

📋 copy color: '#FAA049'

red 250 ◦ green 160 ◦ blue 73

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

Shades of Sunshade #FAA049

Tints of Sunshade #FAA049

RGB

 RED value IS 250 (98.05% from 255) = 51.76%

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

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

R = 51.76%
G = 33.13%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAA049 (or 0xFAA049) is known color: Sunshade. HEX triplet: FA, A0 and 49. RGB value is (250,160,73). Sum of RGB (Red+Green+Blue) = 250+160+73=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA049 is #055FB6. Grayscale: #B1B1B1. Windows color (decimal): -352183 or 4825338. OLE color: 4825338.

HSL color Cylindrical-coordinate representation of color #FAA049: hue angle of 29.49º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAA049 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 73 -
CMYK 0 0.36 0.71 0.02
HSL 29.49º 0.95% 0.63% -
HSV(B) 29.49º 0.71% 0.98% -
XYZ 53.2 45.95 12.37 -
YUV 176.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 250 160 73 0 0.36 0.71 0.02 29.49 0.95 0.63
Hex FA A0 49 0 24 47 2 1D 5F 3F
Octal 372 240 111 0 44 107 2 35 137 77
Binary 11111010 10100000 1001001 0 100100 1000111 10 11101 1011111 111111

Color Harmonies of #FAA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA049

Black with #FAA049

Text Example


Text Example

White with #FAA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA049; }

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

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

background-color css

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

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

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

border-color css

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

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

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