Html Css Color HEX #FE5240 Sunset Orange

📋 copy color: '#FE5240'

red 254 ◦ green 82 ◦ blue 64

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

Shades of Sunset Orange #FE5240

Tints of Sunset Orange #FE5240

RGB

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

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

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

R = 63.5%
G = 20.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE5240 (or 0xFE5240) is known color: Sunset Orange. HEX triplet: FE, 52 and 40. RGB value is (254,82,64). Sum of RGB (Red+Green+Blue) = 254+82+64=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5240 is #01ADBF. Grayscale: #838383. Windows color (decimal): -110016 or 4215550. OLE color: 4215550.

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

Color convert

RGB 254 82 64 -
CMYK 0 0.68 0.75 0.00
HSL 5.68º 0.99% 0.62% -
HSV(B) 5.68º 0.75% 1% -
XYZ 44.82 27.48 7.79 -
YUV 131.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 254 82 64 0 0.68 0.75 0.00 5.68 0.99 0.62
Hex FE 52 40 0 44 4B 0 6 63 3E
Octal 376 122 100 0 104 113 0 6 143 76
Binary 11111110 1010010 1000000 0 1000100 1001011 0 110 1100011 111110

Color Harmonies of #FE5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5240

Black with #FE5240

Text Example


Text Example

White with #FE5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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