Html Css Color HEX #FEA248 Sunshade

📋 copy color: '#FEA248'

red 254 ◦ green 162 ◦ blue 72

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

Shades of Sunshade #FEA248

Tints of Sunshade #FEA248

RGB

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

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

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

R = 52.05%
G = 33.2%
B = 14.75%

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

#FEA248 (or 0xFEA248) is known color: Sunshade. HEX triplet: FE, A2 and 48. RGB value is (254,162,72). Sum of RGB (Red+Green+Blue) = 254+162+72=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA248 is #015DB7. Grayscale: #B3B3B3. Windows color (decimal): -89528 or 4760318. OLE color: 4760318.

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

Color convert

RGB 254 162 72 -
CMYK 0 0.36 0.72 0.00
HSL 29.67º 0.99% 0.64% -
HSV(B) 29.67º 0.72% 1% -
XYZ 54.96 47.38 12.38 -
YUV 179.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 254 162 72 0 0.36 0.72 0.00 29.67 0.99 0.64
Hex FE A2 48 0 24 48 0 1E 63 40
Octal 376 242 110 0 44 110 0 36 143 100
Binary 11111110 10100010 1001000 0 100100 1001000 0 11110 1100011 1000000

Color Harmonies of #FEA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA248

Black with #FEA248

Text Example


Text Example

White with #FEA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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