Html Css Color HEX #FEA055 Sunshade

📋 copy color: '#FEA055'

red 254 ◦ green 160 ◦ blue 85

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

Shades of Sunshade #FEA055

Tints of Sunshade #FEA055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 50.9%
G = 32.06%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEA055 (or 0xFEA055) is known color: Sunshade. HEX triplet: FE, A0 and 55. RGB value is (254,160,85). Sum of RGB (Red+Green+Blue) = 254+160+85=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA055 is #015FAA. Grayscale: #B3B3B3. Windows color (decimal): -90027 or 5611774. OLE color: 5611774.

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

Color convert

RGB 254 160 85 -
CMYK 0 0.37 0.67 0.00
HSL 26.63º 0.99% 0.66% -
HSV(B) 26.63º 0.67% 1% -
XYZ 55.08 46.87 14.74 -
YUV 179.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 254 160 85 0 0.37 0.67 0.00 26.63 0.99 0.66
Hex FE A0 55 0 25 43 0 1B 63 42
Octal 376 240 125 0 45 103 0 33 143 102
Binary 11111110 10100000 1010101 0 100101 1000011 0 11011 1100011 1000010

Color Harmonies of #FEA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA055

Black with #FEA055

Text Example


Text Example

White with #FEA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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