Html Css Color HEX #FEA042 Sunshade

📋 copy color: '#FEA042'

red 254 ◦ green 160 ◦ blue 66

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

Shades of Sunshade #FEA042

Tints of Sunshade #FEA042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.75%

R = 52.92%
G = 33.33%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEA042 (or 0xFEA042) is known color: Sunshade. HEX triplet: FE, A0 and 42. RGB value is (254,160,66). Sum of RGB (Red+Green+Blue) = 254+160+66=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA042 is #015FBD. Grayscale: #B1B1B1. Windows color (decimal): -90046 or 4366590. OLE color: 4366590.

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

Color convert

RGB 254 160 66 -
CMYK 0 0.37 0.74 0.00
HSL 30º 0.99% 0.63% -
HSV(B) 30º 0.74% 1% -
XYZ 54.43 46.61 11.28 -
YUV 177.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 254 160 66 0 0.37 0.74 0.00 30 0.99 0.63
Hex FE A0 42 0 25 4A 0 1E 63 3F
Octal 376 240 102 0 45 112 0 36 143 77
Binary 11111110 10100000 1000010 0 100101 1001010 0 11110 1100011 111111

Color Harmonies of #FEA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA042

Black with #FEA042

Text Example


Text Example

White with #FEA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA042; }

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

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

background-color css

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

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

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

border-color css

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

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

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