Shades of Sunset Orange #FB5348
Tints of Sunset Orange #FB5348
RGB
CMYK
RGB Variations
Color information
#FB5348 (or 0xFB5348) is known color: Sunset Orange. HEX triplet: FB, 53 and 48. RGB value is (251,83,72). Sum of RGB (Red+Green+Blue) = 251+83+72=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5348 is #04ACB7. Grayscale: #848484. Windows color (decimal): -306360 or 4740091. OLE color: 4740091.
HSL color Cylindrical-coordinate representation of color #FB5348: hue angle of 3.69º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB5348 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 72 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.02 |
| HSL | 3.69º | 0.96% | 0.63% | - |
| HSV(B) | 3.69º | 0.71% | 0.98% | - |
| XYZ | 44.05 | 27.16 | 9.05 | - |
| YUV | 131.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 72 | 0 | 0.67 | 0.71 | 0.02 | 3.69 | 0.96 | 0.63 |
| Hex | FB | 53 | 48 | 0 | 43 | 47 | 2 | 4 | 60 | 3F |
| Octal | 373 | 123 | 110 | 0 | 103 | 107 | 2 | 4 | 140 | 77 |
| Binary | 11111011 | 1010011 | 1001000 | 0 | 1000011 | 1000111 | 10 | 100 | 1100000 | 111111 |
Color Harmonies of #FB5348
Complementary color
Monochromatic Colors of #FB5348
Black with #FB5348
Text Example
Text Example
White with #FB5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5348; }
p { color: rgb(251,83,72); }
H1.HeaderClassName
{
color: #FB5348;
}
.AnyTagClassName
{
color: #FB5348;
}
</style>
background-color css
<style>
a { background-color: #FB5348; }
a { background-color: rgb(251,83,72); }
div.DivClassName
{
background-color: #FB5348;
}
.BgClassName
{
background-color: #FB5348;
}
</style>
border-color css
<style>
span { border-color: #FB5348; }
span { border-color: rgb(251,83,72); }
td.TdClassName
{
border-color: #FB5348;
}
.TagClassName
{
border-color: #FB5348;
}
</style>