Html Css Color HEX #FEA246 Sunshade

📋 copy color: '#FEA246'

red 254 ◦ green 162 ◦ blue 70

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

Shades of Sunshade #FEA246

Tints of Sunshade #FEA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 52.26%
G = 33.33%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEA246 (or 0xFEA246) is known color: Sunshade. HEX triplet: FE, A2 and 46. RGB value is (254,162,70). Sum of RGB (Red+Green+Blue) = 254+162+70=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA246 is #015DB9. Grayscale: #B3B3B3. Windows color (decimal): -89530 or 4629246. OLE color: 4629246.

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

Color convert

RGB 254 162 70 -
CMYK 0 0.36 0.72 0.00
HSL 30º 0.99% 0.64% -
HSV(B) 30º 0.72% 1% -
XYZ 54.9 47.35 12.04 -
YUV 179.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 254 162 70 0 0.36 0.72 0.00 30 0.99 0.64
Hex FE A2 46 0 24 48 0 1E 63 40
Octal 376 242 106 0 44 110 0 36 143 100
Binary 11111110 10100010 1000110 0 100100 1001000 0 11110 1100011 1000000

Color Harmonies of #FEA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA246

Black with #FEA246

Text Example


Text Example

White with #FEA246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA246; }

 p { color: rgb(254,162,70); }

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

background-color css

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

 a { background-color: rgb(254,162,70); }

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

border-color css

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

 span { border-color: rgb(254,162,70); }

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