Html Css Color HEX #FEA048 Sunshade

📋 copy color: '#FEA048'

red 254 ◦ green 160 ◦ blue 72

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

Shades of Sunshade #FEA048

Tints of Sunshade #FEA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.81%

R = 52.26%
G = 32.92%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEA048 (or 0xFEA048) is known color: Sunshade. HEX triplet: FE, A0 and 48. RGB value is (254,160,72). Sum of RGB (Red+Green+Blue) = 254+160+72=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA048 is #015FB7. Grayscale: #B2B2B2. Windows color (decimal): -90040 or 4759806. OLE color: 4759806.

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

Color convert

RGB 254 160 72 -
CMYK 0 0.37 0.72 0.00
HSL 29.01º 0.99% 0.64% -
HSV(B) 29.01º 0.72% 1% -
XYZ 54.61 46.68 12.26 -
YUV 178.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 254 160 72 0 0.37 0.72 0.00 29.01 0.99 0.64
Hex FE A0 48 0 25 48 0 1D 63 40
Octal 376 240 110 0 45 110 0 35 143 100
Binary 11111110 10100000 1001000 0 100101 1001000 0 11101 1100011 1000000

Color Harmonies of #FEA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA048

Black with #FEA048

Text Example


Text Example

White with #FEA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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