Html Css Color HEX #FEA156 Sunshade

📋 copy color: '#FEA156'

red 254 ◦ green 161 ◦ blue 86

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

Shades of Sunshade #FEA156

Tints of Sunshade #FEA156

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

 BLUE value IS 86 (33.98% from 255) = 17.17%

R = 50.7%
G = 32.14%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEA156 (or 0xFEA156) is known color: Sunshade. HEX triplet: FE, A1 and 56. RGB value is (254,161,86). Sum of RGB (Red+Green+Blue) = 254+161+86=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA156 is #015EA9. Grayscale: #B4B4B4. Windows color (decimal): -89770 or 5677566. OLE color: 5677566.

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

Color convert

RGB 254 161 86 -
CMYK 0 0.37 0.66 0.00
HSL 26.79º 0.99% 0.67% -
HSV(B) 26.79º 0.66% 1% -
XYZ 55.3 47.23 15.01 -
YUV 180.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 254 161 86 0 0.37 0.66 0.00 26.79 0.99 0.67
Hex FE A1 56 0 25 42 0 1B 63 43
Octal 376 241 126 0 45 102 0 33 143 103
Binary 11111110 10100001 1010110 0 100101 1000010 0 11011 1100011 1000011

Color Harmonies of #FEA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA156

Black with #FEA156

Text Example


Text Example

White with #FEA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA156; }

 p { color: rgb(254,161,86); }

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

background-color css

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

 a { background-color: rgb(254,161,86); }

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

border-color css

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

 span { border-color: rgb(254,161,86); }

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