Shades of Sunset Orange #FB4F4D
Tints of Sunset Orange #FB4F4D
RGB
CMYK
RGB Variations
Color information
#FB4F4D (or 0xFB4F4D) is known color: Sunset Orange. HEX triplet: FB, 4F and 4D. RGB value is (251,79,77). Sum of RGB (Red+Green+Blue) = 251+79+77=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4F4D is #04B0B2. Grayscale: #828282. Windows color (decimal): -307379 or 5066747. OLE color: 5066747.
HSL color Cylindrical-coordinate representation of color #FB4F4D: hue angle of 0.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4F4D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 77 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.02 |
| HSL | 0.69º | 0.96% | 0.64% | - |
| HSV(B) | 0.69º | 0.69% | 0.98% | - |
| XYZ | 43.92 | 26.64 | 9.85 | - |
| YUV | 130.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 77 | 0 | 0.69 | 0.69 | 0.02 | 0.69 | 0.96 | 0.64 |
| Hex | FB | 4F | 4D | 0 | 45 | 45 | 2 | 1 | 60 | 40 |
| Octal | 373 | 117 | 115 | 0 | 105 | 105 | 2 | 1 | 140 | 100 |
| Binary | 11111011 | 1001111 | 1001101 | 0 | 1000101 | 1000101 | 10 | 1 | 1100000 | 1000000 |
Color Harmonies of #FB4F4D
Complementary color
Monochromatic Colors of #FB4F4D
Black with #FB4F4D
Text Example
Text Example
White with #FB4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F4D; }
p { color: rgb(251,79,77); }
H1.HeaderClassName
{
color: #FB4F4D;
}
.AnyTagClassName
{
color: #FB4F4D;
}
</style>
background-color css
<style>
a { background-color: #FB4F4D; }
a { background-color: rgb(251,79,77); }
div.DivClassName
{
background-color: #FB4F4D;
}
.BgClassName
{
background-color: #FB4F4D;
}
</style>
border-color css
<style>
span { border-color: #FB4F4D; }
span { border-color: rgb(251,79,77); }
td.TdClassName
{
border-color: #FB4F4D;
}
.TagClassName
{
border-color: #FB4F4D;
}
</style>