Shades of Sunset Orange #FB503C
Tints of Sunset Orange #FB503C
RGB
CMYK
RGB Variations
Color information
#FB503C (or 0xFB503C) is known color: Sunset Orange. HEX triplet: FB, 50 and 3C. RGB value is (251,80,60). Sum of RGB (Red+Green+Blue) = 251+80+60=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB503C is #04AFC3. Grayscale: #818181. Windows color (decimal): -307140 or 3952891. OLE color: 3952891.
HSL color Cylindrical-coordinate representation of color #FB503C: hue angle of 6.28º 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 #FB503C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 60 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.02 |
| HSL | 6.28º | 0.96% | 0.61% | - |
| HSV(B) | 6.28º | 0.76% | 0.98% | - |
| XYZ | 43.47 | 26.57 | 7.11 | - |
| YUV | 128.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 60 | 0 | 0.68 | 0.76 | 0.02 | 6.28 | 0.96 | 0.61 |
| Hex | FB | 50 | 3C | 0 | 44 | 4C | 2 | 6 | 60 | 3D |
| Octal | 373 | 120 | 74 | 0 | 104 | 114 | 2 | 6 | 140 | 75 |
| Binary | 11111011 | 1010000 | 111100 | 0 | 1000100 | 1001100 | 10 | 110 | 1100000 | 111101 |
Color Harmonies of #FB503C
Complementary color
Monochromatic Colors of #FB503C
Black with #FB503C
Text Example
Text Example
White with #FB503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB503C; }
p { color: rgb(251,80,60); }
H1.HeaderClassName
{
color: #FB503C;
}
.AnyTagClassName
{
color: #FB503C;
}
</style>
background-color css
<style>
a { background-color: #FB503C; }
a { background-color: rgb(251,80,60); }
div.DivClassName
{
background-color: #FB503C;
}
.BgClassName
{
background-color: #FB503C;
}
</style>
border-color css
<style>
span { border-color: #FB503C; }
span { border-color: rgb(251,80,60); }
td.TdClassName
{
border-color: #FB503C;
}
.TagClassName
{
border-color: #FB503C;
}
</style>