Shades of Scarlet #F9250D
Tints of Scarlet #F9250D
RGB
CMYK
RGB Variations
Color information
#F9250D (or 0xF9250D) is known color: Scarlet. HEX triplet: F9, 25 and 0D. RGB value is (249,37,13). Sum of RGB (Red+Green+Blue) = 249+37+13=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9250D is #06DAF2. Grayscale: #616161. Windows color (decimal): -449267 or 861689. OLE color: 861689.
HSL color Cylindrical-coordinate representation of color #F9250D: hue angle of 6.1º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.1º | 0.95% | 0.51% | - |
| HSV(B) | 6.1º | 0.95% | 0.98% | - |
| XYZ | 39.8 | 21.49 | 2.43 | - |
| YUV | 97.65 | 80.24 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 13 | 0 | 0.85 | 0.95 | 0.02 | 6.1 | 0.95 | 0.51 |
| Hex | F9 | 25 | D | 0 | 55 | 5F | 2 | 6 | 5F | 33 |
| Octal | 371 | 45 | 15 | 0 | 125 | 137 | 2 | 6 | 137 | 63 |
| Binary | 11111001 | 100101 | 1101 | 0 | 1010101 | 1011111 | 10 | 110 | 1011111 | 110011 |
Color Harmonies of #F9250D
Complementary color
Monochromatic Colors of #F9250D
Black with #F9250D
Text Example
Text Example
White with #F9250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9250D; }
p { color: rgb(249,37,13); }
H1.HeaderClassName
{
color: #F9250D;
}
.AnyTagClassName
{
color: #F9250D;
}
</style>
background-color css
<style>
a { background-color: #F9250D; }
a { background-color: rgb(249,37,13); }
div.DivClassName
{
background-color: #F9250D;
}
.BgClassName
{
background-color: #F9250D;
}
</style>
border-color css
<style>
span { border-color: #F9250D; }
span { border-color: rgb(249,37,13); }
td.TdClassName
{
border-color: #F9250D;
}
.TagClassName
{
border-color: #F9250D;
}
</style>