Shades of Sunset Orange #FB5250
Tints of Sunset Orange #FB5250
RGB
CMYK
RGB Variations
Color information
#FB5250 (or 0xFB5250) is known color: Sunset Orange. HEX triplet: FB, 52 and 50. RGB value is (251,82,80). Sum of RGB (Red+Green+Blue) = 251+82+80=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5250 is #04ADAF. Grayscale: #848484. Windows color (decimal): -306608 or 5264123. OLE color: 5264123.
HSL color Cylindrical-coordinate representation of color #FB5250: hue angle of 0.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5250 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 80 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.02 |
| HSL | 0.7º | 0.96% | 0.65% | - |
| HSV(B) | 0.7º | 0.68% | 0.98% | - |
| XYZ | 44.25 | 27.12 | 10.49 | - |
| YUV | 132.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 80 | 0 | 0.67 | 0.68 | 0.02 | 0.7 | 0.96 | 0.65 |
| Hex | FB | 52 | 50 | 0 | 43 | 44 | 2 | 1 | 60 | 41 |
| Octal | 373 | 122 | 120 | 0 | 103 | 104 | 2 | 1 | 140 | 101 |
| Binary | 11111011 | 1010010 | 1010000 | 0 | 1000011 | 1000100 | 10 | 1 | 1100000 | 1000001 |
Color Harmonies of #FB5250
Complementary color
Monochromatic Colors of #FB5250
Black with #FB5250
Text Example
Text Example
White with #FB5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5250; }
p { color: rgb(251,82,80); }
H1.HeaderClassName
{
color: #FB5250;
}
.AnyTagClassName
{
color: #FB5250;
}
</style>
background-color css
<style>
a { background-color: #FB5250; }
a { background-color: rgb(251,82,80); }
div.DivClassName
{
background-color: #FB5250;
}
.BgClassName
{
background-color: #FB5250;
}
</style>
border-color css
<style>
span { border-color: #FB5250; }
span { border-color: rgb(251,82,80); }
td.TdClassName
{
border-color: #FB5250;
}
.TagClassName
{
border-color: #FB5250;
}
</style>