Shades of Scarlet #F9250B
Tints of Scarlet #F9250B
RGB
CMYK
RGB Variations
Color information
#F9250B (or 0xF9250B) is known color: Scarlet. HEX triplet: F9, 25 and 0B. RGB value is (249,37,11). Sum of RGB (Red+Green+Blue) = 249+37+11=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F9250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9250B is #06DAF4. Grayscale: #616161. Windows color (decimal): -449269 or 730617. OLE color: 730617.
HSL color Cylindrical-coordinate representation of color #F9250B: hue angle of 6.55º 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 #F9250B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.02 |
| HSL | 6.55º | 0.95% | 0.51% | - |
| HSV(B) | 6.55º | 0.96% | 0.98% | - |
| XYZ | 39.79 | 21.49 | 2.37 | - |
| YUV | 97.42 | 79.24 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 11 | 0 | 0.85 | 0.96 | 0.02 | 6.55 | 0.95 | 0.51 |
| Hex | F9 | 25 | B | 0 | 55 | 60 | 2 | 7 | 5F | 33 |
| Octal | 371 | 45 | 13 | 0 | 125 | 140 | 2 | 7 | 137 | 63 |
| Binary | 11111001 | 100101 | 1011 | 0 | 1010101 | 1100000 | 10 | 111 | 1011111 | 110011 |
Color Harmonies of #F9250B
Complementary color
Monochromatic Colors of #F9250B
Black with #F9250B
Text Example
Text Example
White with #F9250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9250B; }
p { color: rgb(249,37,11); }
H1.HeaderClassName
{
color: #F9250B;
}
.AnyTagClassName
{
color: #F9250B;
}
</style>
background-color css
<style>
a { background-color: #F9250B; }
a { background-color: rgb(249,37,11); }
div.DivClassName
{
background-color: #F9250B;
}
.BgClassName
{
background-color: #F9250B;
}
</style>
border-color css
<style>
span { border-color: #F9250B; }
span { border-color: rgb(249,37,11); }
td.TdClassName
{
border-color: #F9250B;
}
.TagClassName
{
border-color: #F9250B;
}
</style>