Shades of Sunset Orange #FB4740
Tints of Sunset Orange #FB4740
RGB
CMYK
RGB Variations
Color information
#FB4740 (or 0xFB4740) is known color: Sunset Orange. HEX triplet: FB, 47 and 40. RGB value is (251,71,64). Sum of RGB (Red+Green+Blue) = 251+71+64=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4740 is #04B8BF. Grayscale: #7C7C7C. Windows color (decimal): -309440 or 4212731. OLE color: 4212731.
HSL color Cylindrical-coordinate representation of color #FB4740: hue angle of 2.25º 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 #FB4740 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 64 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.02 |
| HSL | 2.25º | 0.96% | 0.62% | - |
| HSV(B) | 2.25º | 0.75% | 0.98% | - |
| XYZ | 42.96 | 25.39 | 7.49 | - |
| YUV | 124.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 64 | 0 | 0.72 | 0.75 | 0.02 | 2.25 | 0.96 | 0.62 |
| Hex | FB | 47 | 40 | 0 | 48 | 4B | 2 | 2 | 60 | 3E |
| Octal | 373 | 107 | 100 | 0 | 110 | 113 | 2 | 2 | 140 | 76 |
| Binary | 11111011 | 1000111 | 1000000 | 0 | 1001000 | 1001011 | 10 | 10 | 1100000 | 111110 |
Color Harmonies of #FB4740
Complementary color
Monochromatic Colors of #FB4740
Black with #FB4740
Text Example
Text Example
White with #FB4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4740; }
p { color: rgb(251,71,64); }
H1.HeaderClassName
{
color: #FB4740;
}
.AnyTagClassName
{
color: #FB4740;
}
</style>
background-color css
<style>
a { background-color: #FB4740; }
a { background-color: rgb(251,71,64); }
div.DivClassName
{
background-color: #FB4740;
}
.BgClassName
{
background-color: #FB4740;
}
</style>
border-color css
<style>
span { border-color: #FB4740; }
span { border-color: rgb(251,71,64); }
td.TdClassName
{
border-color: #FB4740;
}
.TagClassName
{
border-color: #FB4740;
}
</style>