Shades of Scarlet #F9301A
Tints of Scarlet #F9301A
RGB
CMYK
RGB Variations
Color information
#F9301A (or 0xF9301A) is known color: Scarlet. HEX triplet: F9, 30 and 1A. RGB value is (249,48,26). Sum of RGB (Red+Green+Blue) = 249+48+26=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F9301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9301A is #06CFE5. Grayscale: #696969. Windows color (decimal): -446438 or 1716473. OLE color: 1716473.
HSL color Cylindrical-coordinate representation of color #F9301A: hue angle of 5.92º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9301A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 26 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.02 |
| HSL | 5.92º | 0.95% | 0.54% | - |
| HSV(B) | 5.92º | 0.9% | 0.98% | - |
| XYZ | 40.31 | 22.33 | 3.16 | - |
| YUV | 105.59 | 83.09 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 26 | 0 | 0.81 | 0.90 | 0.02 | 5.92 | 0.95 | 0.54 |
| Hex | F9 | 30 | 1A | 0 | 51 | 5A | 2 | 6 | 5F | 36 |
| Octal | 371 | 60 | 32 | 0 | 121 | 132 | 2 | 6 | 137 | 66 |
| Binary | 11111001 | 110000 | 11010 | 0 | 1010001 | 1011010 | 10 | 110 | 1011111 | 110110 |
Color Harmonies of #F9301A
Complementary color
Monochromatic Colors of #F9301A
Black with #F9301A
Text Example
Text Example
White with #F9301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9301A; }
p { color: rgb(249,48,26); }
H1.HeaderClassName
{
color: #F9301A;
}
.AnyTagClassName
{
color: #F9301A;
}
</style>
background-color css
<style>
a { background-color: #F9301A; }
a { background-color: rgb(249,48,26); }
div.DivClassName
{
background-color: #F9301A;
}
.BgClassName
{
background-color: #F9301A;
}
</style>
border-color css
<style>
span { border-color: #F9301A; }
span { border-color: rgb(249,48,26); }
td.TdClassName
{
border-color: #F9301A;
}
.TagClassName
{
border-color: #F9301A;
}
</style>