Shades of Sunset Orange #FB4D3C
Tints of Sunset Orange #FB4D3C
RGB
CMYK
RGB Variations
Color information
#FB4D3C (or 0xFB4D3C) is known color: Sunset Orange. HEX triplet: FB, 4D and 3C. RGB value is (251,77,60). Sum of RGB (Red+Green+Blue) = 251+77+60=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D3C is #04B2C3. Grayscale: #7F7F7F. Windows color (decimal): -307908 or 3952123. OLE color: 3952123.
HSL color Cylindrical-coordinate representation of color #FB4D3C: hue angle of 5.34º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB4D3C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 60 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.02 |
| HSL | 5.34º | 0.96% | 0.61% | - |
| HSV(B) | 5.34º | 0.76% | 0.98% | - |
| XYZ | 43.25 | 26.14 | 7.04 | - |
| YUV | 127.09 | 90.15 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 60 | 0 | 0.69 | 0.76 | 0.02 | 5.34 | 0.96 | 0.61 |
| Hex | FB | 4D | 3C | 0 | 45 | 4C | 2 | 5 | 60 | 3D |
| Octal | 373 | 115 | 74 | 0 | 105 | 114 | 2 | 5 | 140 | 75 |
| Binary | 11111011 | 1001101 | 111100 | 0 | 1000101 | 1001100 | 10 | 101 | 1100000 | 111101 |
Color Harmonies of #FB4D3C
Complementary color
Monochromatic Colors of #FB4D3C
Black with #FB4D3C
Text Example
Text Example
White with #FB4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D3C; }
p { color: rgb(251,77,60); }
H1.HeaderClassName
{
color: #FB4D3C;
}
.AnyTagClassName
{
color: #FB4D3C;
}
</style>
background-color css
<style>
a { background-color: #FB4D3C; }
a { background-color: rgb(251,77,60); }
div.DivClassName
{
background-color: #FB4D3C;
}
.BgClassName
{
background-color: #FB4D3C;
}
</style>
border-color css
<style>
span { border-color: #FB4D3C; }
span { border-color: rgb(251,77,60); }
td.TdClassName
{
border-color: #FB4D3C;
}
.TagClassName
{
border-color: #FB4D3C;
}
</style>