Html Css Color HEX #FAA051 Sunshade

📋 copy color: '#FAA051'

red 250 ◦ green 160 ◦ blue 81

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

Shades of Sunshade #FAA051

Tints of Sunshade #FAA051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.5%

R = 50.92%
G = 32.59%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAA051 (or 0xFAA051) is known color: Sunshade. HEX triplet: FA, A0 and 51. RGB value is (250,160,81). Sum of RGB (Red+Green+Blue) = 250+160+81=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA051 is #055FAE. Grayscale: #B2B2B2. Windows color (decimal): -352175 or 5349626. OLE color: 5349626.

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

Color convert

RGB 250 160 81 -
CMYK 0 0.36 0.68 0.02
HSL 28.05º 0.94% 0.65% -
HSV(B) 28.05º 0.68% 0.98% -
XYZ 53.48 46.06 13.86 -
YUV 177.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 250 160 81 0 0.36 0.68 0.02 28.05 0.94 0.65
Hex FA A0 51 0 24 44 2 1C 5E 41
Octal 372 240 121 0 44 104 2 34 136 101
Binary 11111010 10100000 1010001 0 100100 1000100 10 11100 1011110 1000001

Color Harmonies of #FAA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA051

Black with #FAA051

Text Example


Text Example

White with #FAA051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA051; }

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

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

background-color css

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

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

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

border-color css

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

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

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