Html Css Color HEX #FEA044 Sunshade

📋 copy color: '#FEA044'

red 254 ◦ green 160 ◦ blue 68

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

Shades of Sunshade #FEA044

Tints of Sunshade #FEA044

RGB

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

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

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

R = 52.7%
G = 33.2%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEA044 (or 0xFEA044) is known color: Sunshade. HEX triplet: FE, A0 and 44. RGB value is (254,160,68). Sum of RGB (Red+Green+Blue) = 254+160+68=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA044 is #015FBB. Grayscale: #B2B2B2. Windows color (decimal): -90044 or 4497662. OLE color: 4497662.

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

Color convert

RGB 254 160 68 -
CMYK 0 0.37 0.73 0.00
HSL 29.68º 0.99% 0.63% -
HSV(B) 29.68º 0.73% 1% -
XYZ 54.49 46.63 11.6 -
YUV 177.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 254 160 68 0 0.37 0.73 0.00 29.68 0.99 0.63
Hex FE A0 44 0 25 49 0 1E 63 3F
Octal 376 240 104 0 45 111 0 36 143 77
Binary 11111110 10100000 1000100 0 100101 1001001 0 11110 1100011 111111

Color Harmonies of #FEA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA044

Black with #FEA044

Text Example


Text Example

White with #FEA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA044; }

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

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

background-color css

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

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

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

border-color css

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

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

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