Shades of Sunset Orange #FB534F
Tints of Sunset Orange #FB534F
RGB
CMYK
RGB Variations
Color information
#FB534F (or 0xFB534F) is known color: Sunset Orange. HEX triplet: FB, 53 and 4F. RGB value is (251,83,79). Sum of RGB (Red+Green+Blue) = 251+83+79=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB534F is #04ACB0. Grayscale: #848484. Windows color (decimal): -306353 or 5198843. OLE color: 5198843.
HSL color Cylindrical-coordinate representation of color #FB534F: hue angle of 1.4º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB534F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 79 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.02 |
| HSL | 1.4º | 0.96% | 0.65% | - |
| HSV(B) | 1.4º | 0.69% | 0.98% | - |
| XYZ | 44.29 | 27.26 | 10.32 | - |
| YUV | 132.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 79 | 0 | 0.67 | 0.69 | 0.02 | 1.4 | 0.96 | 0.65 |
| Hex | FB | 53 | 4F | 0 | 43 | 45 | 2 | 1 | 60 | 41 |
| Octal | 373 | 123 | 117 | 0 | 103 | 105 | 2 | 1 | 140 | 101 |
| Binary | 11111011 | 1010011 | 1001111 | 0 | 1000011 | 1000101 | 10 | 1 | 1100000 | 1000001 |
Color Harmonies of #FB534F
Complementary color
Monochromatic Colors of #FB534F
Black with #FB534F
Text Example
Text Example
White with #FB534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB534F; }
p { color: rgb(251,83,79); }
H1.HeaderClassName
{
color: #FB534F;
}
.AnyTagClassName
{
color: #FB534F;
}
</style>
background-color css
<style>
a { background-color: #FB534F; }
a { background-color: rgb(251,83,79); }
div.DivClassName
{
background-color: #FB534F;
}
.BgClassName
{
background-color: #FB534F;
}
</style>
border-color css
<style>
span { border-color: #FB534F; }
span { border-color: rgb(251,83,79); }
td.TdClassName
{
border-color: #FB534F;
}
.TagClassName
{
border-color: #FB534F;
}
</style>