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