Shades of Sunset Orange #FB463A
Tints of Sunset Orange #FB463A
RGB
CMYK
RGB Variations
Color information
#FB463A (or 0xFB463A) is known color: Sunset Orange. HEX triplet: FB, 46 and 3A. RGB value is (251,70,58). Sum of RGB (Red+Green+Blue) = 251+70+58=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB463A is #04B9C5. Grayscale: #7A7A7A. Windows color (decimal): -309702 or 3819259. OLE color: 3819259.
HSL color Cylindrical-coordinate representation of color #FB463A: hue angle of 3.73º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB463A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 58 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.02 |
| HSL | 3.73º | 0.96% | 0.61% | - |
| HSV(B) | 3.73º | 0.77% | 0.98% | - |
| XYZ | 42.74 | 25.2 | 6.61 | - |
| YUV | 122.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 58 | 0 | 0.72 | 0.77 | 0.02 | 3.73 | 0.96 | 0.61 |
| Hex | FB | 46 | 3A | 0 | 48 | 4D | 2 | 4 | 60 | 3D |
| Octal | 373 | 106 | 72 | 0 | 110 | 115 | 2 | 4 | 140 | 75 |
| Binary | 11111011 | 1000110 | 111010 | 0 | 1001000 | 1001101 | 10 | 100 | 1100000 | 111101 |
Color Harmonies of #FB463A
Complementary color
Monochromatic Colors of #FB463A
Black with #FB463A
Text Example
Text Example
White with #FB463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB463A; }
p { color: rgb(251,70,58); }
H1.HeaderClassName
{
color: #FB463A;
}
.AnyTagClassName
{
color: #FB463A;
}
</style>
background-color css
<style>
a { background-color: #FB463A; }
a { background-color: rgb(251,70,58); }
div.DivClassName
{
background-color: #FB463A;
}
.BgClassName
{
background-color: #FB463A;
}
</style>
border-color css
<style>
span { border-color: #FB463A; }
span { border-color: rgb(251,70,58); }
td.TdClassName
{
border-color: #FB463A;
}
.TagClassName
{
border-color: #FB463A;
}
</style>