Html Css Color HEX #FAA151 Sunshade

📋 copy color: '#FAA151'

red 250 ◦ green 161 ◦ blue 81

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

Shades of Sunshade #FAA151

Tints of Sunshade #FAA151

RGB

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

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

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

R = 50.81%
G = 32.72%
B = 16.46%

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

#FAA151 (or 0xFAA151) is known color: Sunshade. HEX triplet: FA, A1 and 51. RGB value is (250,161,81). Sum of RGB (Red+Green+Blue) = 250+161+81=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA151 is #055EAE. Grayscale: #B2B2B2. Windows color (decimal): -351919 or 5349882. OLE color: 5349882.

HSL color Cylindrical-coordinate representation of color #FAA151: hue angle of 28.4º 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 #FAA151 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 81 -
CMYK 0 0.36 0.68 0.02
HSL 28.4º 0.94% 0.65% -
HSV(B) 28.4º 0.68% 0.98% -
XYZ 53.65 46.41 13.91 -
YUV 178.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 250 161 81 0 0.36 0.68 0.02 28.4 0.94 0.65
Hex FA A1 51 0 24 44 2 1C 5E 41
Octal 372 241 121 0 44 104 2 34 136 101
Binary 11111010 10100001 1010001 0 100100 1000100 10 11100 1011110 1000001

Color Harmonies of #FAA151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA151

Black with #FAA151

Text Example


Text Example

White with #FAA151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA151; }

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

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

background-color css

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

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

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

border-color css

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

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

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