Html Css Color HEX #FE5242 Sunset Orange

📋 copy color: '#FE5242'

red 254 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #FE5242

Tints of Sunset Orange #FE5242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 63.18%
G = 20.4%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE5242 (or 0xFE5242) is known color: Sunset Orange. HEX triplet: FE, 52 and 42. RGB value is (254,82,66). Sum of RGB (Red+Green+Blue) = 254+82+66=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5242 is #01ADBD. Grayscale: #838383. Windows color (decimal): -110014 or 4346622. OLE color: 4346622.

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

Color convert

RGB 254 82 66 -
CMYK 0 0.68 0.74 0.00
HSL 5.11º 0.99% 0.63% -
HSV(B) 5.11º 0.74% 1% -
XYZ 44.87 27.5 8.1 -
YUV 131.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 254 82 66 0 0.68 0.74 0.00 5.11 0.99 0.63
Hex FE 52 42 0 44 4A 0 5 63 3F
Octal 376 122 102 0 104 112 0 5 143 77
Binary 11111110 1010010 1000010 0 1000100 1001010 0 101 1100011 111111

Color Harmonies of #FE5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5242

Black with #FE5242

Text Example


Text Example

White with #FE5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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