Shades of Sunset Orange #FB534C
Tints of Sunset Orange #FB534C
RGB
CMYK
RGB Variations
Color information
#FB534C (or 0xFB534C) is known color: Sunset Orange. HEX triplet: FB, 53 and 4C. RGB value is (251,83,76). Sum of RGB (Red+Green+Blue) = 251+83+76=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB534C is #04ACB3. Grayscale: #848484. Windows color (decimal): -306356 or 5002235. OLE color: 5002235.
HSL color Cylindrical-coordinate representation of color #FB534C: hue angle of 2.4º 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 #FB534C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 76 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.02 |
| HSL | 2.4º | 0.96% | 0.64% | - |
| HSV(B) | 2.4º | 0.7% | 0.98% | - |
| XYZ | 44.18 | 27.22 | 9.76 | - |
| YUV | 132.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 76 | 0 | 0.67 | 0.70 | 0.02 | 2.4 | 0.96 | 0.64 |
| Hex | FB | 53 | 4C | 0 | 43 | 46 | 2 | 2 | 60 | 40 |
| Octal | 373 | 123 | 114 | 0 | 103 | 106 | 2 | 2 | 140 | 100 |
| Binary | 11111011 | 1010011 | 1001100 | 0 | 1000011 | 1000110 | 10 | 10 | 1100000 | 1000000 |
Color Harmonies of #FB534C
Complementary color
Monochromatic Colors of #FB534C
Black with #FB534C
Text Example
Text Example
White with #FB534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB534C; }
p { color: rgb(251,83,76); }
H1.HeaderClassName
{
color: #FB534C;
}
.AnyTagClassName
{
color: #FB534C;
}
</style>
background-color css
<style>
a { background-color: #FB534C; }
a { background-color: rgb(251,83,76); }
div.DivClassName
{
background-color: #FB534C;
}
.BgClassName
{
background-color: #FB534C;
}
</style>
border-color css
<style>
span { border-color: #FB534C; }
span { border-color: rgb(251,83,76); }
td.TdClassName
{
border-color: #FB534C;
}
.TagClassName
{
border-color: #FB534C;
}
</style>