Shades of Sunset Orange #FB4A47
Tints of Sunset Orange #FB4A47
RGB
CMYK
RGB Variations
Color information
#FB4A47 (or 0xFB4A47) is known color: Sunset Orange. HEX triplet: FB, 4A and 47. RGB value is (251,74,71). Sum of RGB (Red+Green+Blue) = 251+74+71=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A47 is #04B5B8. Grayscale: #7E7E7E. Windows color (decimal): -308665 or 4672251. OLE color: 4672251.
HSL color Cylindrical-coordinate representation of color #FB4A47: hue angle of 1º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4A47 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 71 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.02 |
| HSL | 1º | 0.96% | 0.63% | - |
| HSV(B) | 1º | 0.72% | 0.98% | - |
| XYZ | 43.37 | 25.86 | 8.67 | - |
| YUV | 126.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 71 | 0 | 0.71 | 0.72 | 0.02 | 1 | 0.96 | 0.63 |
| Hex | FB | 4A | 47 | 0 | 47 | 48 | 2 | 1 | 60 | 3F |
| Octal | 373 | 112 | 107 | 0 | 107 | 110 | 2 | 1 | 140 | 77 |
| Binary | 11111011 | 1001010 | 1000111 | 0 | 1000111 | 1001000 | 10 | 1 | 1100000 | 111111 |
Color Harmonies of #FB4A47
Complementary color
Monochromatic Colors of #FB4A47
Black with #FB4A47
Text Example
Text Example
White with #FB4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A47; }
p { color: rgb(251,74,71); }
H1.HeaderClassName
{
color: #FB4A47;
}
.AnyTagClassName
{
color: #FB4A47;
}
</style>
background-color css
<style>
a { background-color: #FB4A47; }
a { background-color: rgb(251,74,71); }
div.DivClassName
{
background-color: #FB4A47;
}
.BgClassName
{
background-color: #FB4A47;
}
</style>
border-color css
<style>
span { border-color: #FB4A47; }
span { border-color: rgb(251,74,71); }
td.TdClassName
{
border-color: #FB4A47;
}
.TagClassName
{
border-color: #FB4A47;
}
</style>