#FE5251

Color #FE5251 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #FE5251

Tints of Sunset Orange #FE5251

Color information

#FE5251 (or 0xFE5251) is unknown color: approx Sunset Orange. HEX triplet: FE, 52 and 51. RGB value is (254,82,81). Sum of RGB (Red+Green+Blue) = 254+82+81=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5251 is #01ADAE. Grayscale: #858585. Windows color (decimal): -109999 or 5329662. OLE color: 5329662.

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

Color convert

RGB2548281-
CMYK00.680.680.00
HSL0.35º98.86%65.69%-
HSV(B)0.35º68.11%99.61%-
XYZ45.3827.710.74-
YUV133.3198.48214.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.91%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=60.91%
G=19.66%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254828100.680.680.000.3598.8665.69
HexFE525104444006342
Octal376122121010410400143102
Binary11111110101001010100010100010010001000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5251; }

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

 H1.HeaderClassName
 {
   color: #FE5251;
 }
 .AnyTagClassName
 {
   color: #FE5251;
 }
</style>
background-color css

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

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

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

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

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

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