Shades of Sunset Orange #FB4A36
Tints of Sunset Orange #FB4A36
RGB
CMYK
RGB Variations
Color information
#FB4A36 (or 0xFB4A36) is known color: Sunset Orange. HEX triplet: FB, 4A and 36. RGB value is (251,74,54). Sum of RGB (Red+Green+Blue) = 251+74+54=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A36 is #04B5C9. Grayscale: #7C7C7C. Windows color (decimal): -308682 or 3558139. OLE color: 3558139.
HSL color Cylindrical-coordinate representation of color #FB4A36: hue angle of 6.09º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB4A36 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 54 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.02 |
| HSL | 6.09º | 0.96% | 0.6% | - |
| HSV(B) | 6.09º | 0.78% | 0.98% | - |
| XYZ | 42.9 | 25.67 | 6.18 | - |
| YUV | 124.64 | 88.14 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 54 | 0 | 0.71 | 0.78 | 0.02 | 6.09 | 0.96 | 0.6 |
| Hex | FB | 4A | 36 | 0 | 47 | 4E | 2 | 6 | 60 | 3C |
| Octal | 373 | 112 | 66 | 0 | 107 | 116 | 2 | 6 | 140 | 74 |
| Binary | 11111011 | 1001010 | 110110 | 0 | 1000111 | 1001110 | 10 | 110 | 1100000 | 111100 |
Color Harmonies of #FB4A36
Complementary color
Monochromatic Colors of #FB4A36
Black with #FB4A36
Text Example
Text Example
White with #FB4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A36; }
p { color: rgb(251,74,54); }
H1.HeaderClassName
{
color: #FB4A36;
}
.AnyTagClassName
{
color: #FB4A36;
}
</style>
background-color css
<style>
a { background-color: #FB4A36; }
a { background-color: rgb(251,74,54); }
div.DivClassName
{
background-color: #FB4A36;
}
.BgClassName
{
background-color: #FB4A36;
}
</style>
border-color css
<style>
span { border-color: #FB4A36; }
span { border-color: rgb(251,74,54); }
td.TdClassName
{
border-color: #FB4A36;
}
.TagClassName
{
border-color: #FB4A36;
}
</style>