Shades of Sunset Orange #FB4D40
Tints of Sunset Orange #FB4D40
RGB
CMYK
RGB Variations
Color information
#FB4D40 (or 0xFB4D40) is known color: Sunset Orange. HEX triplet: FB, 4D and 40. RGB value is (251,77,64). Sum of RGB (Red+Green+Blue) = 251+77+64=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D40 is #04B2BF. Grayscale: #7F7F7F. Windows color (decimal): -307904 or 4214267. OLE color: 4214267.
HSL color Cylindrical-coordinate representation of color #FB4D40: hue angle of 4.17º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4D40 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 64 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.02 |
| HSL | 4.17º | 0.96% | 0.62% | - |
| HSV(B) | 4.17º | 0.75% | 0.98% | - |
| XYZ | 43.36 | 26.19 | 7.62 | - |
| YUV | 127.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 64 | 0 | 0.69 | 0.75 | 0.02 | 4.17 | 0.96 | 0.62 |
| Hex | FB | 4D | 40 | 0 | 45 | 4B | 2 | 4 | 60 | 3E |
| Octal | 373 | 115 | 100 | 0 | 105 | 113 | 2 | 4 | 140 | 76 |
| Binary | 11111011 | 1001101 | 1000000 | 0 | 1000101 | 1001011 | 10 | 100 | 1100000 | 111110 |
Color Harmonies of #FB4D40
Complementary color
Monochromatic Colors of #FB4D40
Black with #FB4D40
Text Example
Text Example
White with #FB4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D40; }
p { color: rgb(251,77,64); }
H1.HeaderClassName
{
color: #FB4D40;
}
.AnyTagClassName
{
color: #FB4D40;
}
</style>
background-color css
<style>
a { background-color: #FB4D40; }
a { background-color: rgb(251,77,64); }
div.DivClassName
{
background-color: #FB4D40;
}
.BgClassName
{
background-color: #FB4D40;
}
</style>
border-color css
<style>
span { border-color: #FB4D40; }
span { border-color: rgb(251,77,64); }
td.TdClassName
{
border-color: #FB4D40;
}
.TagClassName
{
border-color: #FB4D40;
}
</style>