Html Css Color HEX #FAA053 Sunshade

📋 copy color: '#FAA053'

red 250 ◦ green 160 ◦ blue 83

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

Shades of Sunshade #FAA053

Tints of Sunshade #FAA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 50.71%
G = 32.45%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAA053 (or 0xFAA053) is known color: Sunshade. HEX triplet: FA, A0 and 53. RGB value is (250,160,83). Sum of RGB (Red+Green+Blue) = 250+160+83=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA053 is #055FAC. Grayscale: #B2B2B2. Windows color (decimal): -352173 or 5480698. OLE color: 5480698.

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

Color convert

RGB 250 160 83 -
CMYK 0 0.36 0.67 0.02
HSL 27.66º 0.94% 0.65% -
HSV(B) 27.66º 0.67% 0.98% -
XYZ 53.56 46.09 14.26 -
YUV 178.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 250 160 83 0 0.36 0.67 0.02 27.66 0.94 0.65
Hex FA A0 53 0 24 43 2 1C 5E 41
Octal 372 240 123 0 44 103 2 34 136 101
Binary 11111010 10100000 1010011 0 100100 1000011 10 11100 1011110 1000001

Color Harmonies of #FAA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA053

Black with #FAA053

Text Example


Text Example

White with #FAA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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