Shades of Scarlet #F9260A
Tints of Scarlet #F9260A
RGB
CMYK
RGB Variations
Color information
#F9260A (or 0xF9260A) is known color: Scarlet. HEX triplet: F9, 26 and 0A. RGB value is (249,38,10). Sum of RGB (Red+Green+Blue) = 249+38+10=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F9260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9260A is #06D9F5. Grayscale: #626262. Windows color (decimal): -449014 or 665337. OLE color: 665337.
HSL color Cylindrical-coordinate representation of color #F9260A: hue angle of 7.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9260A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.02 |
| HSL | 7.03º | 0.95% | 0.51% | - |
| HSV(B) | 7.03º | 0.96% | 0.98% | - |
| XYZ | 39.81 | 21.55 | 2.35 | - |
| YUV | 97.9 | 78.4 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 10 | 0 | 0.85 | 0.96 | 0.02 | 7.03 | 0.95 | 0.51 |
| Hex | F9 | 26 | A | 0 | 55 | 60 | 2 | 7 | 5F | 33 |
| Octal | 371 | 46 | 12 | 0 | 125 | 140 | 2 | 7 | 137 | 63 |
| Binary | 11111001 | 100110 | 1010 | 0 | 1010101 | 1100000 | 10 | 111 | 1011111 | 110011 |
Color Harmonies of #F9260A
Complementary color
Monochromatic Colors of #F9260A
Black with #F9260A
Text Example
Text Example
White with #F9260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9260A; }
p { color: rgb(249,38,10); }
H1.HeaderClassName
{
color: #F9260A;
}
.AnyTagClassName
{
color: #F9260A;
}
</style>
background-color css
<style>
a { background-color: #F9260A; }
a { background-color: rgb(249,38,10); }
div.DivClassName
{
background-color: #F9260A;
}
.BgClassName
{
background-color: #F9260A;
}
</style>
border-color css
<style>
span { border-color: #F9260A; }
span { border-color: rgb(249,38,10); }
td.TdClassName
{
border-color: #F9260A;
}
.TagClassName
{
border-color: #F9260A;
}
</style>