Html Css Color HEX #FAA045 Sunshade

📋 copy color: '#FAA045'

red 250 ◦ green 160 ◦ blue 69

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

Shades of Sunshade #FAA045

Tints of Sunshade #FAA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.41%

R = 52.19%
G = 33.4%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAA045 (or 0xFAA045) is known color: Sunshade. HEX triplet: FA, A0 and 45. RGB value is (250,160,69). Sum of RGB (Red+Green+Blue) = 250+160+69=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA045 is #055FBA. Grayscale: #B0B0B0. Windows color (decimal): -352187 or 4563194. OLE color: 4563194.

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

Color convert

RGB 250 160 69 -
CMYK 0 0.36 0.72 0.02
HSL 30.17º 0.95% 0.63% -
HSV(B) 30.17º 0.72% 0.98% -
XYZ 53.07 45.9 11.69 -
YUV 176.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 250 160 69 0 0.36 0.72 0.02 30.17 0.95 0.63
Hex FA A0 45 0 24 48 2 1E 5F 3F
Octal 372 240 105 0 44 110 2 36 137 77
Binary 11111010 10100000 1000101 0 100100 1001000 10 11110 1011111 111111

Color Harmonies of #FAA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA045

Black with #FAA045

Text Example


Text Example

White with #FAA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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