Html Css Color HEX #FEA054 Sunshade

📋 copy color: '#FEA054'

red 254 ◦ green 160 ◦ blue 84

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

Shades of Sunshade #FEA054

Tints of Sunshade #FEA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.87%

R = 51%
G = 32.13%
B = 16.87%

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

#FEA054 (or 0xFEA054) is known color: Sunshade. HEX triplet: FE, A0 and 54. RGB value is (254,160,84). Sum of RGB (Red+Green+Blue) = 254+160+84=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA054 is #015FAB. Grayscale: #B3B3B3. Windows color (decimal): -90028 or 5546238. OLE color: 5546238.

HSL color Cylindrical-coordinate representation of color #FEA054: hue angle of 26.82º 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 #FEA054 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 84 -
CMYK 0 0.37 0.67 0.00
HSL 26.82º 0.99% 0.66% -
HSV(B) 26.82º 0.67% 1% -
XYZ 55.04 46.85 14.53 -
YUV 179.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 254 160 84 0 0.37 0.67 0.00 26.82 0.99 0.66
Hex FE A0 54 0 25 43 0 1B 63 42
Octal 376 240 124 0 45 103 0 33 143 102
Binary 11111110 10100000 1010100 0 100101 1000011 0 11011 1100011 1000010

Color Harmonies of #FEA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA054

Black with #FEA054

Text Example


Text Example

White with #FEA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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