Html Css Color HEX #FAA150 Sunshade

📋 copy color: '#FAA150'

red 250 ◦ green 161 ◦ blue 80

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

Shades of Sunshade #FAA150

Tints of Sunshade #FAA150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 50.92%
G = 32.79%
B = 16.29%

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

#FAA150 (or 0xFAA150) is known color: Sunshade. HEX triplet: FA, A1 and 50. RGB value is (250,161,80). Sum of RGB (Red+Green+Blue) = 250+161+80=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA150 is #055EAF. Grayscale: #B2B2B2. Windows color (decimal): -351920 or 5284346. OLE color: 5284346.

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

Color convert

RGB 250 161 80 -
CMYK 0 0.36 0.68 0.02
HSL 28.59º 0.94% 0.65% -
HSV(B) 28.59º 0.68% 0.98% -
XYZ 53.62 46.39 13.72 -
YUV 178.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 250 161 80 0 0.36 0.68 0.02 28.59 0.94 0.65
Hex FA A1 50 0 24 44 2 1D 5E 41
Octal 372 241 120 0 44 104 2 35 136 101
Binary 11111010 10100001 1010000 0 100100 1000100 10 11101 1011110 1000001

Color Harmonies of #FAA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA150

Black with #FAA150

Text Example


Text Example

White with #FAA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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