Shades of Sunset Orange #FB524D
Tints of Sunset Orange #FB524D
RGB
CMYK
RGB Variations
Color information
#FB524D (or 0xFB524D) is known color: Sunset Orange. HEX triplet: FB, 52 and 4D. RGB value is (251,82,77). Sum of RGB (Red+Green+Blue) = 251+82+77=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB524D is #04ADB2. Grayscale: #848484. Windows color (decimal): -306611 or 5067515. OLE color: 5067515.
HSL color Cylindrical-coordinate representation of color #FB524D: hue angle of 1.72º 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 #FB524D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.02 |
| HSL | 1.72º | 0.96% | 0.64% | - |
| HSV(B) | 1.72º | 0.69% | 0.98% | - |
| XYZ | 44.14 | 27.08 | 9.92 | - |
| YUV | 131.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 77 | 0 | 0.67 | 0.69 | 0.02 | 1.72 | 0.96 | 0.64 |
| Hex | FB | 52 | 4D | 0 | 43 | 45 | 2 | 2 | 60 | 40 |
| Octal | 373 | 122 | 115 | 0 | 103 | 105 | 2 | 2 | 140 | 100 |
| Binary | 11111011 | 1010010 | 1001101 | 0 | 1000011 | 1000101 | 10 | 10 | 1100000 | 1000000 |
Color Harmonies of #FB524D
Complementary color
Monochromatic Colors of #FB524D
Black with #FB524D
Text Example
Text Example
White with #FB524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB524D; }
p { color: rgb(251,82,77); }
H1.HeaderClassName
{
color: #FB524D;
}
.AnyTagClassName
{
color: #FB524D;
}
</style>
background-color css
<style>
a { background-color: #FB524D; }
a { background-color: rgb(251,82,77); }
div.DivClassName
{
background-color: #FB524D;
}
.BgClassName
{
background-color: #FB524D;
}
</style>
border-color css
<style>
span { border-color: #FB524D; }
span { border-color: rgb(251,82,77); }
td.TdClassName
{
border-color: #FB524D;
}
.TagClassName
{
border-color: #FB524D;
}
</style>