Shades of Sunset Orange #FB504C
Tints of Sunset Orange #FB504C
RGB
CMYK
RGB Variations
Color information
#FB504C (or 0xFB504C) is known color: Sunset Orange. HEX triplet: FB, 50 and 4C. RGB value is (251,80,76). Sum of RGB (Red+Green+Blue) = 251+80+76=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB504C is #04AFB3. Grayscale: #828282. Windows color (decimal): -307124 or 5001467. OLE color: 5001467.
HSL color Cylindrical-coordinate representation of color #FB504C: hue angle of 1.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB504C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 76 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.02 |
| HSL | 1.37º | 0.96% | 0.64% | - |
| HSV(B) | 1.37º | 0.7% | 0.98% | - |
| XYZ | 43.96 | 26.77 | 9.69 | - |
| YUV | 130.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 76 | 0 | 0.68 | 0.70 | 0.02 | 1.37 | 0.96 | 0.64 |
| Hex | FB | 50 | 4C | 0 | 44 | 46 | 2 | 1 | 60 | 40 |
| Octal | 373 | 120 | 114 | 0 | 104 | 106 | 2 | 1 | 140 | 100 |
| Binary | 11111011 | 1010000 | 1001100 | 0 | 1000100 | 1000110 | 10 | 1 | 1100000 | 1000000 |
Color Harmonies of #FB504C
Complementary color
Monochromatic Colors of #FB504C
Black with #FB504C
Text Example
Text Example
White with #FB504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB504C; }
p { color: rgb(251,80,76); }
H1.HeaderClassName
{
color: #FB504C;
}
.AnyTagClassName
{
color: #FB504C;
}
</style>
background-color css
<style>
a { background-color: #FB504C; }
a { background-color: rgb(251,80,76); }
div.DivClassName
{
background-color: #FB504C;
}
.BgClassName
{
background-color: #FB504C;
}
</style>
border-color css
<style>
span { border-color: #FB504C; }
span { border-color: rgb(251,80,76); }
td.TdClassName
{
border-color: #FB504C;
}
.TagClassName
{
border-color: #FB504C;
}
</style>