Html Css Color HEX #FEA145 Sunshade

📋 copy color: '#FEA145'

red 254 ◦ green 161 ◦ blue 69

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

Shades of Sunshade #FEA145

Tints of Sunshade #FEA145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 52.48%
G = 33.26%
B = 14.26%

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

#FEA145 (or 0xFEA145) is known color: Sunshade. HEX triplet: FE, A1 and 45. RGB value is (254,161,69). Sum of RGB (Red+Green+Blue) = 254+161+69=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA145 is #015EBA. Grayscale: #B2B2B2. Windows color (decimal): -89787 or 4563454. OLE color: 4563454.

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

Color convert

RGB 254 161 69 -
CMYK 0 0.37 0.73 0.00
HSL 29.84º 0.99% 0.63% -
HSV(B) 29.84º 0.73% 1% -
XYZ 54.69 46.99 11.82 -
YUV 178.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 254 161 69 0 0.37 0.73 0.00 29.84 0.99 0.63
Hex FE A1 45 0 25 49 0 1E 63 3F
Octal 376 241 105 0 45 111 0 36 143 77
Binary 11111110 10100001 1000101 0 100101 1001001 0 11110 1100011 111111

Color Harmonies of #FEA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA145

Black with #FEA145

Text Example


Text Example

White with #FEA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA145; }

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

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

background-color css

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

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

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

border-color css

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

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

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