Html Css Color HEX #FEA140 Sunshade

📋 copy color: '#FEA140'

red 254 ◦ green 161 ◦ blue 64

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

Shades of Sunshade #FEA140

Tints of Sunshade #FEA140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 53.03%
G = 33.61%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEA140 (or 0xFEA140) is known color: Sunshade. HEX triplet: FE, A1 and 40. RGB value is (254,161,64). Sum of RGB (Red+Green+Blue) = 254+161+64=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA140 is #015EBF. Grayscale: #B2B2B2. Windows color (decimal): -89792 or 4235774. OLE color: 4235774.

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

Color convert

RGB 254 161 64 -
CMYK 0 0.37 0.75 0.00
HSL 30.63º 0.99% 0.62% -
HSV(B) 30.63º 0.75% 1% -
XYZ 54.54 46.93 11.03 -
YUV 177.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 254 161 64 0 0.37 0.75 0.00 30.63 0.99 0.62
Hex FE A1 40 0 25 4B 0 1F 63 3E
Octal 376 241 100 0 45 113 0 37 143 76
Binary 11111110 10100001 1000000 0 100101 1001011 0 11111 1100011 111110

Color Harmonies of #FEA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA140

Black with #FEA140

Text Example


Text Example

White with #FEA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA140; }

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

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

background-color css

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

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

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

border-color css

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

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

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