Shades of Sunset Orange #FB524A
Tints of Sunset Orange #FB524A
RGB
CMYK
RGB Variations
Color information
#FB524A (or 0xFB524A) is known color: Sunset Orange. HEX triplet: FB, 52 and 4A. RGB value is (251,82,74). Sum of RGB (Red+Green+Blue) = 251+82+74=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB524A is #04ADB5. Grayscale: #838383. Windows color (decimal): -306614 or 4870907. OLE color: 4870907.
HSL color Cylindrical-coordinate representation of color #FB524A: hue angle of 2.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB524A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 74 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.02 |
| HSL | 2.71º | 0.96% | 0.64% | - |
| HSV(B) | 2.71º | 0.71% | 0.98% | - |
| XYZ | 44.04 | 27.04 | 9.38 | - |
| YUV | 131.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 74 | 0 | 0.67 | 0.71 | 0.02 | 2.71 | 0.96 | 0.64 |
| Hex | FB | 52 | 4A | 0 | 43 | 47 | 2 | 3 | 60 | 40 |
| Octal | 373 | 122 | 112 | 0 | 103 | 107 | 2 | 3 | 140 | 100 |
| Binary | 11111011 | 1010010 | 1001010 | 0 | 1000011 | 1000111 | 10 | 11 | 1100000 | 1000000 |
Color Harmonies of #FB524A
Complementary color
Monochromatic Colors of #FB524A
Black with #FB524A
Text Example
Text Example
White with #FB524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB524A; }
p { color: rgb(251,82,74); }
H1.HeaderClassName
{
color: #FB524A;
}
.AnyTagClassName
{
color: #FB524A;
}
</style>
background-color css
<style>
a { background-color: #FB524A; }
a { background-color: rgb(251,82,74); }
div.DivClassName
{
background-color: #FB524A;
}
.BgClassName
{
background-color: #FB524A;
}
</style>
border-color css
<style>
span { border-color: #FB524A; }
span { border-color: rgb(251,82,74); }
td.TdClassName
{
border-color: #FB524A;
}
.TagClassName
{
border-color: #FB524A;
}
</style>