Html Css Color HEX #FEA050 Sunshade

📋 copy color: '#FEA050'

red 254 ◦ green 160 ◦ blue 80

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

Shades of Sunshade #FEA050

Tints of Sunshade #FEA050

RGB

 RED value IS 254 (99.61% from 255) = 51.42%

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

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

R = 51.42%
G = 32.39%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA050 (or 0xFEA050) is known color: Sunshade. HEX triplet: FE, A0 and 50. RGB value is (254,160,80). Sum of RGB (Red+Green+Blue) = 254+160+80=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA050 is #015FAF. Grayscale: #B3B3B3. Windows color (decimal): -90032 or 5284094. OLE color: 5284094.

HSL color Cylindrical-coordinate representation of color #FEA050: hue angle of 27.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEA050 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 80 -
CMYK 0 0.37 0.69 0.00
HSL 27.59º 0.99% 0.65% -
HSV(B) 27.59º 0.69% 1% -
XYZ 54.89 46.79 13.73 -
YUV 178.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 254 160 80 0 0.37 0.69 0.00 27.59 0.99 0.65
Hex FE A0 50 0 25 45 0 1C 63 41
Octal 376 240 120 0 45 105 0 34 143 101
Binary 11111110 10100000 1010000 0 100101 1000101 0 11100 1100011 1000001

Color Harmonies of #FEA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA050

Black with #FEA050

Text Example


Text Example

White with #FEA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA050; }

 p { color: rgb(254,160,80); }

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

background-color css

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

 a { background-color: rgb(254,160,80); }

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

border-color css

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

 span { border-color: rgb(254,160,80); }

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