Shades of Sunset Orange #F9523D
Tints of Sunset Orange #F9523D
RGB
CMYK
RGB Variations
Color information
#F9523D (or 0xF9523D) is known color: Sunset Orange. HEX triplet: F9, 52 and 3D. RGB value is (249,82,61). Sum of RGB (Red+Green+Blue) = 249+82+61=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9523D is #06ADC2. Grayscale: #818181. Windows color (decimal): -437699 or 4018937. OLE color: 4018937.
HSL color Cylindrical-coordinate representation of color #F9523D: hue angle of 6.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9523D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 61 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.02 |
| HSL | 6.7º | 0.94% | 0.61% | - |
| HSV(B) | 6.7º | 0.76% | 0.98% | - |
| XYZ | 42.93 | 26.51 | 7.27 | - |
| YUV | 129.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 61 | 0 | 0.67 | 0.76 | 0.02 | 6.7 | 0.94 | 0.61 |
| Hex | F9 | 52 | 3D | 0 | 43 | 4C | 2 | 7 | 5E | 3D |
| Octal | 371 | 122 | 75 | 0 | 103 | 114 | 2 | 7 | 136 | 75 |
| Binary | 11111001 | 1010010 | 111101 | 0 | 1000011 | 1001100 | 10 | 111 | 1011110 | 111101 |
Color Harmonies of #F9523D
Complementary color
Monochromatic Colors of #F9523D
Black with #F9523D
Text Example
Text Example
White with #F9523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9523D; }
p { color: rgb(249,82,61); }
H1.HeaderClassName
{
color: #F9523D;
}
.AnyTagClassName
{
color: #F9523D;
}
</style>
background-color css
<style>
a { background-color: #F9523D; }
a { background-color: rgb(249,82,61); }
div.DivClassName
{
background-color: #F9523D;
}
.BgClassName
{
background-color: #F9523D;
}
</style>
border-color css
<style>
span { border-color: #F9523D; }
span { border-color: rgb(249,82,61); }
td.TdClassName
{
border-color: #F9523D;
}
.TagClassName
{
border-color: #F9523D;
}
</style>