Html Css Color HEX #FAA04E Sunshade

📋 copy color: '#FAA04E'

red 250 ◦ green 160 ◦ blue 78

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

Shades of Sunshade #FAA04E

Tints of Sunshade #FAA04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.98%

R = 51.23%
G = 32.79%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAA04E (or 0xFAA04E) is known color: Sunshade. HEX triplet: FA, A0 and 4E. RGB value is (250,160,78). Sum of RGB (Red+Green+Blue) = 250+160+78=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA04E is #055FB1. Grayscale: #B1B1B1. Windows color (decimal): -352178 or 5153018. OLE color: 5153018.

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

Color convert

RGB 250 160 78 -
CMYK 0 0.36 0.69 0.02
HSL 28.6º 0.95% 0.64% -
HSV(B) 28.6º 0.69% 0.98% -
XYZ 53.37 46.02 13.28 -
YUV 177.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 250 160 78 0 0.36 0.69 0.02 28.6 0.95 0.64
Hex FA A0 4E 0 24 45 2 1D 5F 40
Octal 372 240 116 0 44 105 2 35 137 100
Binary 11111010 10100000 1001110 0 100100 1000101 10 11101 1011111 1000000

Color Harmonies of #FAA04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA04E

Black with #FAA04E

Text Example


Text Example

White with #FAA04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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