Shades of Sunset Orange #FB5454
Tints of Sunset Orange #FB5454
RGB
CMYK
RGB Variations
Color information
#FB5454 (or 0xFB5454) is known color: Sunset Orange. HEX triplet: FB, 54 and 54. RGB value is (251,84,84). Sum of RGB (Red+Green+Blue) = 251+84+84=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5454 is #04ABAB. Grayscale: #868686. Windows color (decimal): -306092 or 5526779. OLE color: 5526779.
HSL color Cylindrical-coordinate representation of color #FB5454: hue angle of 0º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5454 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 84 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.02 |
| HSL | 0º | 0.95% | 0.66% | - |
| HSV(B) | 0º | 0.67% | 0.98% | - |
| XYZ | 44.55 | 27.49 | 11.35 | - |
| YUV | 133.93 | 99.83 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 84 | 0 | 0.67 | 0.67 | 0.02 | 0 | 0.95 | 0.66 |
| Hex | FB | 54 | 54 | 0 | 43 | 43 | 2 | 0 | 5F | 42 |
| Octal | 373 | 124 | 124 | 0 | 103 | 103 | 2 | 0 | 137 | 102 |
| Binary | 11111011 | 1010100 | 1010100 | 0 | 1000011 | 1000011 | 10 | 0 | 1011111 | 1000010 |
Color Harmonies of #FB5454
Complementary color
Monochromatic Colors of #FB5454
Black with #FB5454
Text Example
Text Example
White with #FB5454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5454; }
p { color: rgb(251,84,84); }
H1.HeaderClassName
{
color: #FB5454;
}
.AnyTagClassName
{
color: #FB5454;
}
</style>
background-color css
<style>
a { background-color: #FB5454; }
a { background-color: rgb(251,84,84); }
div.DivClassName
{
background-color: #FB5454;
}
.BgClassName
{
background-color: #FB5454;
}
</style>
border-color css
<style>
span { border-color: #FB5454; }
span { border-color: rgb(251,84,84); }
td.TdClassName
{
border-color: #FB5454;
}
.TagClassName
{
border-color: #FB5454;
}
</style>