Shades of Sunset Orange #FE5352
Tints of Sunset Orange #FE5352
RGB
CMYK
RGB Variations
Color information
#FE5352 (or 0xFE5352) is known color: Sunset Orange. HEX triplet: FE, 53 and 52. RGB value is (254,83,82). Sum of RGB (Red+Green+Blue) = 254+83+82=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5352 is #01ACAD. Grayscale: #868686. Windows color (decimal): -109742 or 5395454. OLE color: 5395454.
HSL color Cylindrical-coordinate representation of color #FE5352: 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 #FE5352 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 82 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.00 |
| HSL | 0.35º | 0.99% | 0.66% | - |
| HSV(B) | 0.35º | 0.68% | 1% | - |
| XYZ | 45.49 | 27.87 | 10.96 | - |
| YUV | 134.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 82 | 0 | 0.67 | 0.68 | 0.00 | 0.35 | 0.99 | 0.66 |
| Hex | FE | 53 | 52 | 0 | 43 | 44 | 0 | 0 | 63 | 42 |
| Octal | 376 | 123 | 122 | 0 | 103 | 104 | 0 | 0 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1010010 | 0 | 1000011 | 1000100 | 0 | 0 | 1100011 | 1000010 |
Color Harmonies of #FE5352
Complementary color
Monochromatic Colors of #FE5352
Black with #FE5352
Text Example
Text Example
White with #FE5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5352; }
p { color: rgb(254,83,82); }
H1.HeaderClassName
{
color: #FE5352;
}
.AnyTagClassName
{
color: #FE5352;
}
</style>
background-color css
<style>
a { background-color: #FE5352; }
a { background-color: rgb(254,83,82); }
div.DivClassName
{
background-color: #FE5352;
}
.BgClassName
{
background-color: #FE5352;
}
</style>
border-color css
<style>
span { border-color: #FE5352; }
span { border-color: rgb(254,83,82); }
td.TdClassName
{
border-color: #FE5352;
}
.TagClassName
{
border-color: #FE5352;
}
</style>