Html Css Color HEX #FE5245 Sunset Orange

📋 copy color: '#FE5245'

red 254 ◦ green 82 ◦ blue 69

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

Shades of Sunset Orange #FE5245

Tints of Sunset Orange #FE5245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 62.72%
G = 20.25%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE5245 (or 0xFE5245) is known color: Sunset Orange. HEX triplet: FE, 52 and 45. RGB value is (254,82,69). Sum of RGB (Red+Green+Blue) = 254+82+69=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5245 is #01ADBA. Grayscale: #848484. Windows color (decimal): -110011 or 4543230. OLE color: 4543230.

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

Color convert

RGB 254 82 69 -
CMYK 0 0.68 0.73 0.00
HSL 4.22º 0.99% 0.63% -
HSV(B) 4.22º 0.73% 1% -
XYZ 44.96 27.54 8.58 -
YUV 131.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 254 82 69 0 0.68 0.73 0.00 4.22 0.99 0.63
Hex FE 52 45 0 44 49 0 4 63 3F
Octal 376 122 105 0 104 111 0 4 143 77
Binary 11111110 1010010 1000101 0 1000100 1001001 0 100 1100011 111111

Color Harmonies of #FE5245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5245

Black with #FE5245

Text Example


Text Example

White with #FE5245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5245; }

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

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

background-color css

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

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

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

border-color css

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

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

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