Shades of Red Orange #F9421B
Tints of Red Orange #F9421B
RGB
CMYK
RGB Variations
Color information
#F9421B (or 0xF9421B) is known color: Red Orange. HEX triplet: F9, 42 and 1B. RGB value is (249,66,27). Sum of RGB (Red+Green+Blue) = 249+66+27=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9421B is #06BDE4. Grayscale: #747474. Windows color (decimal): -441829 or 1786617. OLE color: 1786617.
HSL color Cylindrical-coordinate representation of color #F9421B: hue angle of 10.54º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9421B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.02 |
| HSL | 10.54º | 0.95% | 0.54% | - |
| HSV(B) | 10.54º | 0.89% | 0.98% | - |
| XYZ | 41.21 | 24.12 | 3.52 | - |
| YUV | 116.27 | 77.63 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 27 | 0 | 0.73 | 0.89 | 0.02 | 10.54 | 0.95 | 0.54 |
| Hex | F9 | 42 | 1B | 0 | 49 | 59 | 2 | B | 5F | 36 |
| Octal | 371 | 102 | 33 | 0 | 111 | 131 | 2 | 13 | 137 | 66 |
| Binary | 11111001 | 1000010 | 11011 | 0 | 1001001 | 1011001 | 10 | 1011 | 1011111 | 110110 |
Color Harmonies of #F9421B
Complementary color
Monochromatic Colors of #F9421B
Black with #F9421B
Text Example
Text Example
White with #F9421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9421B; }
p { color: rgb(249,66,27); }
H1.HeaderClassName
{
color: #F9421B;
}
.AnyTagClassName
{
color: #F9421B;
}
</style>
background-color css
<style>
a { background-color: #F9421B; }
a { background-color: rgb(249,66,27); }
div.DivClassName
{
background-color: #F9421B;
}
.BgClassName
{
background-color: #F9421B;
}
</style>
border-color css
<style>
span { border-color: #F9421B; }
span { border-color: rgb(249,66,27); }
td.TdClassName
{
border-color: #F9421B;
}
.TagClassName
{
border-color: #F9421B;
}
</style>