Html Css Color HEX #FAA044 Sunshade

📋 copy color: '#FAA044'

red 250 ◦ green 160 ◦ blue 68

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

Shades of Sunshade #FAA044

Tints of Sunshade #FAA044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 52.3%
G = 33.47%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAA044 (or 0xFAA044) is known color: Sunshade. HEX triplet: FA, A0 and 44. RGB value is (250,160,68). Sum of RGB (Red+Green+Blue) = 250+160+68=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA044 is #055FBB. Grayscale: #B0B0B0. Windows color (decimal): -352188 or 4497658. OLE color: 4497658.

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

Color convert

RGB 250 160 68 -
CMYK 0 0.36 0.73 0.02
HSL 30.33º 0.95% 0.62% -
HSV(B) 30.33º 0.73% 0.98% -
XYZ 53.04 45.88 11.53 -
YUV 176.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 250 160 68 0 0.36 0.73 0.02 30.33 0.95 0.62
Hex FA A0 44 0 24 49 2 1E 5F 3E
Octal 372 240 104 0 44 111 2 36 137 76
Binary 11111010 10100000 1000100 0 100100 1001001 10 11110 1011111 111110

Color Harmonies of #FAA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA044

Black with #FAA044

Text Example


Text Example

White with #FAA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA044; }

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

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

background-color css

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

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

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

border-color css

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

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

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