Html Css Color HEX #FEA142 Sunshade

📋 copy color: '#FEA142'

red 254 ◦ green 161 ◦ blue 66

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

Shades of Sunshade #FEA142

Tints of Sunshade #FEA142

RGB

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

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

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

R = 52.81%
G = 33.47%
B = 13.72%

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

#FEA142 (or 0xFEA142) is known color: Sunshade. HEX triplet: FE, A1 and 42. RGB value is (254,161,66). Sum of RGB (Red+Green+Blue) = 254+161+66=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA142 is #015EBD. Grayscale: #B2B2B2. Windows color (decimal): -89790 or 4366846. OLE color: 4366846.

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

Color convert

RGB 254 161 66 -
CMYK 0 0.37 0.74 0.00
HSL 30.32º 0.99% 0.63% -
HSV(B) 30.32º 0.74% 1% -
XYZ 54.6 46.95 11.34 -
YUV 177.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 254 161 66 0 0.37 0.74 0.00 30.32 0.99 0.63
Hex FE A1 42 0 25 4A 0 1E 63 3F
Octal 376 241 102 0 45 112 0 36 143 77
Binary 11111110 10100001 1000010 0 100101 1001010 0 11110 1100011 111111

Color Harmonies of #FEA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA142

Black with #FEA142

Text Example


Text Example

White with #FEA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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