Shades of Scarlet #F9260B
Tints of Scarlet #F9260B
RGB
CMYK
RGB Variations
Color information
#F9260B (or 0xF9260B) is known color: Scarlet. HEX triplet: F9, 26 and 0B. RGB value is (249,38,11). Sum of RGB (Red+Green+Blue) = 249+38+11=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9260B is #06D9F4. Grayscale: #626262. Windows color (decimal): -449013 or 730873. OLE color: 730873.
HSL color Cylindrical-coordinate representation of color #F9260B: hue angle of 6.81º 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 #F9260B is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 11 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.02 |
| HSL | 6.81º | 0.95% | 0.51% | - |
| HSV(B) | 6.81º | 0.96% | 0.98% | - |
| XYZ | 39.82 | 21.55 | 2.38 | - |
| YUV | 98.01 | 78.9 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 11 | 0 | 0.85 | 0.96 | 0.02 | 6.81 | 0.95 | 0.51 |
| Hex | F9 | 26 | B | 0 | 55 | 60 | 2 | 7 | 5F | 33 |
| Octal | 371 | 46 | 13 | 0 | 125 | 140 | 2 | 7 | 137 | 63 |
| Binary | 11111001 | 100110 | 1011 | 0 | 1010101 | 1100000 | 10 | 111 | 1011111 | 110011 |
Color Harmonies of #F9260B
Complementary color
Monochromatic Colors of #F9260B
Black with #F9260B
Text Example
Text Example
White with #F9260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9260B; }
p { color: rgb(249,38,11); }
H1.HeaderClassName
{
color: #F9260B;
}
.AnyTagClassName
{
color: #F9260B;
}
</style>
background-color css
<style>
a { background-color: #F9260B; }
a { background-color: rgb(249,38,11); }
div.DivClassName
{
background-color: #F9260B;
}
.BgClassName
{
background-color: #F9260B;
}
</style>
border-color css
<style>
span { border-color: #F9260B; }
span { border-color: rgb(249,38,11); }
td.TdClassName
{
border-color: #F9260B;
}
.TagClassName
{
border-color: #F9260B;
}
</style>