Shades of Sunset Orange #FB4A45
Tints of Sunset Orange #FB4A45
RGB
CMYK
RGB Variations
Color information
#FB4A45 (or 0xFB4A45) is known color: Sunset Orange. HEX triplet: FB, 4A and 45. RGB value is (251,74,69). Sum of RGB (Red+Green+Blue) = 251+74+69=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A45 is #04B5BA. Grayscale: #7E7E7E. Windows color (decimal): -308667 or 4541179. OLE color: 4541179.
HSL color Cylindrical-coordinate representation of color #FB4A45: hue angle of 1.65º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4A45 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 69 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.02 |
| HSL | 1.65º | 0.96% | 0.63% | - |
| HSV(B) | 1.65º | 0.73% | 0.98% | - |
| XYZ | 43.31 | 25.84 | 8.33 | - |
| YUV | 126.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 69 | 0 | 0.71 | 0.73 | 0.02 | 1.65 | 0.96 | 0.63 |
| Hex | FB | 4A | 45 | 0 | 47 | 49 | 2 | 2 | 60 | 3F |
| Octal | 373 | 112 | 105 | 0 | 107 | 111 | 2 | 2 | 140 | 77 |
| Binary | 11111011 | 1001010 | 1000101 | 0 | 1000111 | 1001001 | 10 | 10 | 1100000 | 111111 |
Color Harmonies of #FB4A45
Complementary color
Monochromatic Colors of #FB4A45
Black with #FB4A45
Text Example
Text Example
White with #FB4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A45; }
p { color: rgb(251,74,69); }
H1.HeaderClassName
{
color: #FB4A45;
}
.AnyTagClassName
{
color: #FB4A45;
}
</style>
background-color css
<style>
a { background-color: #FB4A45; }
a { background-color: rgb(251,74,69); }
div.DivClassName
{
background-color: #FB4A45;
}
.BgClassName
{
background-color: #FB4A45;
}
</style>
border-color css
<style>
span { border-color: #FB4A45; }
span { border-color: rgb(251,74,69); }
td.TdClassName
{
border-color: #FB4A45;
}
.TagClassName
{
border-color: #FB4A45;
}
</style>