Shades of Outrageous Orange #F9521E
Tints of Outrageous Orange #F9521E
RGB
CMYK
RGB Variations
Color information
#F9521E (or 0xF9521E) is known color: Outrageous Orange. HEX triplet: F9, 52 and 1E. RGB value is (249,82,30). Sum of RGB (Red+Green+Blue) = 249+82+30=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9521E is #06ADE1. Grayscale: #7E7E7E. Windows color (decimal): -437730 or 1987321. OLE color: 1987321.
HSL color Cylindrical-coordinate representation of color #F9521E: hue angle of 14.25º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9521E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.02 |
| HSL | 14.25º | 0.95% | 0.55% | - |
| HSV(B) | 14.25º | 0.88% | 0.98% | - |
| XYZ | 42.32 | 26.27 | 4.07 | - |
| YUV | 126.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 30 | 0 | 0.67 | 0.88 | 0.02 | 14.25 | 0.95 | 0.55 |
| Hex | F9 | 52 | 1E | 0 | 43 | 58 | 2 | E | 5F | 37 |
| Octal | 371 | 122 | 36 | 0 | 103 | 130 | 2 | 16 | 137 | 67 |
| Binary | 11111001 | 1010010 | 11110 | 0 | 1000011 | 1011000 | 10 | 1110 | 1011111 | 110111 |
Color Harmonies of #F9521E
Complementary color
Monochromatic Colors of #F9521E
Black with #F9521E
Text Example
Text Example
White with #F9521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9521E; }
p { color: rgb(249,82,30); }
H1.HeaderClassName
{
color: #F9521E;
}
.AnyTagClassName
{
color: #F9521E;
}
</style>
background-color css
<style>
a { background-color: #F9521E; }
a { background-color: rgb(249,82,30); }
div.DivClassName
{
background-color: #F9521E;
}
.BgClassName
{
background-color: #F9521E;
}
</style>
border-color css
<style>
span { border-color: #F9521E; }
span { border-color: rgb(249,82,30); }
td.TdClassName
{
border-color: #F9521E;
}
.TagClassName
{
border-color: #F9521E;
}
</style>