Html Css Color HEX #FAA046 Sunshade

📋 copy color: '#FAA046'

red 250 ◦ green 160 ◦ blue 70

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

Shades of Sunshade #FAA046

Tints of Sunshade #FAA046

RGB

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

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

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

R = 52.08%
G = 33.33%
B = 14.58%

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

#FAA046 (or 0xFAA046) is known color: Sunshade. HEX triplet: FA, A0 and 46. RGB value is (250,160,70). Sum of RGB (Red+Green+Blue) = 250+160+70=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA046 is #055FB9. Grayscale: #B1B1B1. Windows color (decimal): -352186 or 4628730. OLE color: 4628730.

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

Color convert

RGB 250 160 70 -
CMYK 0 0.36 0.72 0.02
HSL 30º 0.95% 0.63% -
HSV(B) 30º 0.72% 0.98% -
XYZ 53.1 45.91 11.86 -
YUV 176.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 250 160 70 0 0.36 0.72 0.02 30 0.95 0.63
Hex FA A0 46 0 24 48 2 1E 5F 3F
Octal 372 240 106 0 44 110 2 36 137 77
Binary 11111010 10100000 1000110 0 100100 1001000 10 11110 1011111 111111

Color Harmonies of #FAA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA046

Black with #FAA046

Text Example


Text Example

White with #FAA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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