Html Css Color HEX #FAA146 Sunshade

📋 copy color: '#FAA146'

red 250 ◦ green 161 ◦ blue 70

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

Shades of Sunshade #FAA146

Tints of Sunshade #FAA146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.55%

R = 51.98%
G = 33.47%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAA146 (or 0xFAA146) is known color: Sunshade. HEX triplet: FA, A1 and 46. RGB value is (250,161,70). Sum of RGB (Red+Green+Blue) = 250+161+70=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA146 is #055EB9. Grayscale: #B1B1B1. Windows color (decimal): -351930 or 4628986. OLE color: 4628986.

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

Color convert

RGB 250 161 70 -
CMYK 0 0.36 0.72 0.02
HSL 30.33º 0.95% 0.63% -
HSV(B) 30.33º 0.72% 0.98% -
XYZ 53.27 46.26 11.91 -
YUV 177.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 250 161 70 0 0.36 0.72 0.02 30.33 0.95 0.63
Hex FA A1 46 0 24 48 2 1E 5F 3F
Octal 372 241 106 0 44 110 2 36 137 77
Binary 11111010 10100001 1000110 0 100100 1001000 10 11110 1011111 111111

Color Harmonies of #FAA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA146

Black with #FAA146

Text Example


Text Example

White with #FAA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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