Shades of Sunset Orange #FB533A
Tints of Sunset Orange #FB533A
RGB
CMYK
RGB Variations
Color information
#FB533A (or 0xFB533A) is known color: Sunset Orange. HEX triplet: FB, 53 and 3A. RGB value is (251,83,58). Sum of RGB (Red+Green+Blue) = 251+83+58=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB533A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB533A is #04ACC5. Grayscale: #828282. Windows color (decimal): -306374 or 3822587. OLE color: 3822587.
HSL color Cylindrical-coordinate representation of color #FB533A: hue angle of 7.77º 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 #FB533A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 58 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.02 |
| HSL | 7.77º | 0.96% | 0.61% | - |
| HSV(B) | 7.77º | 0.77% | 0.98% | - |
| XYZ | 43.64 | 27 | 6.91 | - |
| YUV | 130.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 58 | 0 | 0.67 | 0.77 | 0.02 | 7.77 | 0.96 | 0.61 |
| Hex | FB | 53 | 3A | 0 | 43 | 4D | 2 | 8 | 60 | 3D |
| Octal | 373 | 123 | 72 | 0 | 103 | 115 | 2 | 10 | 140 | 75 |
| Binary | 11111011 | 1010011 | 111010 | 0 | 1000011 | 1001101 | 10 | 1000 | 1100000 | 111101 |
Color Harmonies of #FB533A
Complementary color
Monochromatic Colors of #FB533A
Black with #FB533A
Text Example
Text Example
White with #FB533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB533A; }
p { color: rgb(251,83,58); }
H1.HeaderClassName
{
color: #FB533A;
}
.AnyTagClassName
{
color: #FB533A;
}
</style>
background-color css
<style>
a { background-color: #FB533A; }
a { background-color: rgb(251,83,58); }
div.DivClassName
{
background-color: #FB533A;
}
.BgClassName
{
background-color: #FB533A;
}
</style>
border-color css
<style>
span { border-color: #FB533A; }
span { border-color: rgb(251,83,58); }
td.TdClassName
{
border-color: #FB533A;
}
.TagClassName
{
border-color: #FB533A;
}
</style>