Html Css Color HEX #FAA155 Sunshade

📋 copy color: '#FAA155'

red 250 ◦ green 161 ◦ blue 85

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

Shades of Sunshade #FAA155

Tints of Sunshade #FAA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

 BLUE value IS 85 (33.59% from 255) = 17.14%

R = 50.4%
G = 32.46%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAA155 (or 0xFAA155) is known color: Sunshade. HEX triplet: FA, A1 and 55. RGB value is (250,161,85). Sum of RGB (Red+Green+Blue) = 250+161+85=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA155 is #055EAA. Grayscale: #B3B3B3. Windows color (decimal): -351915 or 5612026. OLE color: 5612026.

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

Color convert

RGB 250 161 85 -
CMYK 0 0.36 0.66 0.02
HSL 27.64º 0.94% 0.66% -
HSV(B) 27.64º 0.66% 0.98% -
XYZ 53.81 46.47 14.73 -
YUV 178.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 250 161 85 0 0.36 0.66 0.02 27.64 0.94 0.66
Hex FA A1 55 0 24 42 2 1C 5E 42
Octal 372 241 125 0 44 102 2 34 136 102
Binary 11111010 10100001 1010101 0 100100 1000010 10 11100 1011110 1000010

Color Harmonies of #FAA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA155

Black with #FAA155

Text Example


Text Example

White with #FAA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA155; }

 p { color: rgb(250,161,85); }

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

background-color css

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

 a { background-color: rgb(250,161,85); }

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

border-color css

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

 span { border-color: rgb(250,161,85); }

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