Shades of Sunset Orange #FB463B
Tints of Sunset Orange #FB463B
RGB
CMYK
RGB Variations
Color information
#FB463B (or 0xFB463B) is known color: Sunset Orange. HEX triplet: FB, 46 and 3B. RGB value is (251,70,59). Sum of RGB (Red+Green+Blue) = 251+70+59=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB463B is #04B9C4. Grayscale: #7B7B7B. Windows color (decimal): -309701 or 3884795. OLE color: 3884795.
HSL color Cylindrical-coordinate representation of color #FB463B: hue angle of 3.44º 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 #FB463B is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 59 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.02 |
| HSL | 3.44º | 0.96% | 0.61% | - |
| HSV(B) | 3.44º | 0.76% | 0.98% | - |
| XYZ | 42.76 | 25.21 | 6.75 | - |
| YUV | 122.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 59 | 0 | 0.72 | 0.76 | 0.02 | 3.44 | 0.96 | 0.61 |
| Hex | FB | 46 | 3B | 0 | 48 | 4C | 2 | 3 | 60 | 3D |
| Octal | 373 | 106 | 73 | 0 | 110 | 114 | 2 | 3 | 140 | 75 |
| Binary | 11111011 | 1000110 | 111011 | 0 | 1001000 | 1001100 | 10 | 11 | 1100000 | 111101 |
Color Harmonies of #FB463B
Complementary color
Monochromatic Colors of #FB463B
Black with #FB463B
Text Example
Text Example
White with #FB463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB463B; }
p { color: rgb(251,70,59); }
H1.HeaderClassName
{
color: #FB463B;
}
.AnyTagClassName
{
color: #FB463B;
}
</style>
background-color css
<style>
a { background-color: #FB463B; }
a { background-color: rgb(251,70,59); }
div.DivClassName
{
background-color: #FB463B;
}
.BgClassName
{
background-color: #FB463B;
}
</style>
border-color css
<style>
span { border-color: #FB463B; }
span { border-color: rgb(251,70,59); }
td.TdClassName
{
border-color: #FB463B;
}
.TagClassName
{
border-color: #FB463B;
}
</style>