Html Css Color HEX #FE5248 Sunset Orange

📋 copy color: '#FE5248'

red 254 ◦ green 82 ◦ blue 72

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

Shades of Sunset Orange #FE5248

Tints of Sunset Orange #FE5248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 62.25%
G = 20.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE5248 (or 0xFE5248) is known color: Sunset Orange. HEX triplet: FE, 52 and 48. RGB value is (254,82,72). Sum of RGB (Red+Green+Blue) = 254+82+72=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5248 is #01ADB7. Grayscale: #848484. Windows color (decimal): -110008 or 4739838. OLE color: 4739838.

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

Color convert

RGB 254 82 72 -
CMYK 0 0.68 0.72 0.00
HSL 3.3º 0.99% 0.64% -
HSV(B) 3.3º 0.72% 1% -
XYZ 45.06 27.57 9.08 -
YUV 132.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 254 82 72 0 0.68 0.72 0.00 3.3 0.99 0.64
Hex FE 52 48 0 44 48 0 3 63 40
Octal 376 122 110 0 104 110 0 3 143 100
Binary 11111110 1010010 1001000 0 1000100 1001000 0 11 1100011 1000000

Color Harmonies of #FE5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5248

Black with #FE5248

Text Example


Text Example

White with #FE5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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