Shades of Sunset Orange #FB534D
Tints of Sunset Orange #FB534D
RGB
CMYK
RGB Variations
Color information
#FB534D (or 0xFB534D) is known color: Sunset Orange. HEX triplet: FB, 53 and 4D. RGB value is (251,83,77). Sum of RGB (Red+Green+Blue) = 251+83+77=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB534D is #04ACB2. Grayscale: #848484. Windows color (decimal): -306355 or 5067771. OLE color: 5067771.
HSL color Cylindrical-coordinate representation of color #FB534D: hue angle of 2.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB534D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.02 |
| HSL | 2.07º | 0.96% | 0.64% | - |
| HSV(B) | 2.07º | 0.69% | 0.98% | - |
| XYZ | 44.22 | 27.23 | 9.95 | - |
| YUV | 132.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 77 | 0 | 0.67 | 0.69 | 0.02 | 2.07 | 0.96 | 0.64 |
| Hex | FB | 53 | 4D | 0 | 43 | 45 | 2 | 2 | 60 | 40 |
| Octal | 373 | 123 | 115 | 0 | 103 | 105 | 2 | 2 | 140 | 100 |
| Binary | 11111011 | 1010011 | 1001101 | 0 | 1000011 | 1000101 | 10 | 10 | 1100000 | 1000000 |
Color Harmonies of #FB534D
Complementary color
Monochromatic Colors of #FB534D
Black with #FB534D
Text Example
Text Example
White with #FB534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB534D; }
p { color: rgb(251,83,77); }
H1.HeaderClassName
{
color: #FB534D;
}
.AnyTagClassName
{
color: #FB534D;
}
</style>
background-color css
<style>
a { background-color: #FB534D; }
a { background-color: rgb(251,83,77); }
div.DivClassName
{
background-color: #FB534D;
}
.BgClassName
{
background-color: #FB534D;
}
</style>
border-color css
<style>
span { border-color: #FB534D; }
span { border-color: rgb(251,83,77); }
td.TdClassName
{
border-color: #FB534D;
}
.TagClassName
{
border-color: #FB534D;
}
</style>