Shades of Sunset Orange #FB4C4B
Tints of Sunset Orange #FB4C4B
RGB
CMYK
RGB Variations
Color information
#FB4C4B (or 0xFB4C4B) is known color: Sunset Orange. HEX triplet: FB, 4C and 4B. RGB value is (251,76,75). Sum of RGB (Red+Green+Blue) = 251+76+75=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C4B is #04B3B4. Grayscale: #808080. Windows color (decimal): -308149 or 4934907. OLE color: 4934907.
HSL color Cylindrical-coordinate representation of color #FB4C4B: hue angle of 0.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C4B is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 75 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.02 |
| HSL | 0.34º | 0.96% | 0.64% | - |
| HSV(B) | 0.34º | 0.7% | 0.98% | - |
| XYZ | 43.64 | 26.19 | 9.41 | - |
| YUV | 128.21 | 97.98 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 75 | 0 | 0.70 | 0.70 | 0.02 | 0.34 | 0.96 | 0.64 |
| Hex | FB | 4C | 4B | 0 | 46 | 46 | 2 | 0 | 60 | 40 |
| Octal | 373 | 114 | 113 | 0 | 106 | 106 | 2 | 0 | 140 | 100 |
| Binary | 11111011 | 1001100 | 1001011 | 0 | 1000110 | 1000110 | 10 | 0 | 1100000 | 1000000 |
Color Harmonies of #FB4C4B
Complementary color
Monochromatic Colors of #FB4C4B
Black with #FB4C4B
Text Example
Text Example
White with #FB4C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C4B; }
p { color: rgb(251,76,75); }
H1.HeaderClassName
{
color: #FB4C4B;
}
.AnyTagClassName
{
color: #FB4C4B;
}
</style>
background-color css
<style>
a { background-color: #FB4C4B; }
a { background-color: rgb(251,76,75); }
div.DivClassName
{
background-color: #FB4C4B;
}
.BgClassName
{
background-color: #FB4C4B;
}
</style>
border-color css
<style>
span { border-color: #FB4C4B; }
span { border-color: rgb(251,76,75); }
td.TdClassName
{
border-color: #FB4C4B;
}
.TagClassName
{
border-color: #FB4C4B;
}
</style>