Shades of Scarlet #F9260E
Tints of Scarlet #F9260E
RGB
CMYK
RGB Variations
Color information
#F9260E (or 0xF9260E) is known color: Scarlet. HEX triplet: F9, 26 and 0E. RGB value is (249,38,14). Sum of RGB (Red+Green+Blue) = 249+38+14=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F9260E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9260E is #06D9F1. Grayscale: #626262. Windows color (decimal): -449010 or 927481. OLE color: 927481.
HSL color Cylindrical-coordinate representation of color #F9260E: hue angle of 6.13º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9260E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.02 |
| HSL | 6.13º | 0.95% | 0.52% | - |
| HSV(B) | 6.13º | 0.94% | 0.98% | - |
| XYZ | 39.84 | 21.56 | 2.48 | - |
| YUV | 98.35 | 80.4 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 14 | 0 | 0.85 | 0.94 | 0.02 | 6.13 | 0.95 | 0.52 |
| Hex | F9 | 26 | E | 0 | 55 | 5E | 2 | 6 | 5F | 34 |
| Octal | 371 | 46 | 16 | 0 | 125 | 136 | 2 | 6 | 137 | 64 |
| Binary | 11111001 | 100110 | 1110 | 0 | 1010101 | 1011110 | 10 | 110 | 1011111 | 110100 |
Color Harmonies of #F9260E
Complementary color
Monochromatic Colors of #F9260E
Black with #F9260E
Text Example
Text Example
White with #F9260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9260E; }
p { color: rgb(249,38,14); }
H1.HeaderClassName
{
color: #F9260E;
}
.AnyTagClassName
{
color: #F9260E;
}
</style>
background-color css
<style>
a { background-color: #F9260E; }
a { background-color: rgb(249,38,14); }
div.DivClassName
{
background-color: #F9260E;
}
.BgClassName
{
background-color: #F9260E;
}
</style>
border-color css
<style>
span { border-color: #F9260E; }
span { border-color: rgb(249,38,14); }
td.TdClassName
{
border-color: #F9260E;
}
.TagClassName
{
border-color: #F9260E;
}
</style>