Html Css Color HEX #FEA141 Sunshade

📋 copy color: '#FEA141'

red 254 ◦ green 161 ◦ blue 65

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

Shades of Sunshade #FEA141

Tints of Sunshade #FEA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 52.92%
G = 33.54%
B = 13.54%

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

#FEA141 (or 0xFEA141) is known color: Sunshade. HEX triplet: FE, A1 and 41. RGB value is (254,161,65). Sum of RGB (Red+Green+Blue) = 254+161+65=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA141 is #015EBE. Grayscale: #B2B2B2. Windows color (decimal): -89791 or 4301310. OLE color: 4301310.

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

Color convert

RGB 254 161 65 -
CMYK 0 0.37 0.74 0.00
HSL 30.48º 0.99% 0.63% -
HSV(B) 30.48º 0.74% 1% -
XYZ 54.57 46.94 11.19 -
YUV 177.86 64.31 182.31 -
System Red Green Blue C M Y K H S L
Decimal 254 161 65 0 0.37 0.74 0.00 30.48 0.99 0.63
Hex FE A1 41 0 25 4A 0 1E 63 3F
Octal 376 241 101 0 45 112 0 36 143 77
Binary 11111110 10100001 1000001 0 100101 1001010 0 11110 1100011 111111

Color Harmonies of #FEA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA141

Black with #FEA141

Text Example


Text Example

White with #FEA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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