Shades of Scarlet #F92C06
Tints of Scarlet #F92C06
RGB
CMYK
RGB Variations
Color information
#F92C06 (or 0xF92C06) is known color: Scarlet. HEX triplet: F9, 2C and 06. RGB value is (249,44,6). Sum of RGB (Red+Green+Blue) = 249+44+6=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C06 is #06D3F9. Grayscale: #656565. Windows color (decimal): -447482 or 404729. OLE color: 404729.
HSL color Cylindrical-coordinate representation of color #F92C06: hue angle of 9.38º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F92C06 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 6 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.02 |
| HSL | 9.38º | 0.95% | 0.5% | - |
| HSV(B) | 9.38º | 0.98% | 0.98% | - |
| XYZ | 40 | 21.95 | 2.3 | - |
| YUV | 100.96 | 74.42 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 6 | 0 | 0.82 | 0.98 | 0.02 | 9.38 | 0.95 | 0.5 |
| Hex | F9 | 2C | 6 | 0 | 52 | 62 | 2 | 9 | 5F | 32 |
| Octal | 371 | 54 | 6 | 0 | 122 | 142 | 2 | 11 | 137 | 62 |
| Binary | 11111001 | 101100 | 110 | 0 | 1010010 | 1100010 | 10 | 1001 | 1011111 | 110010 |
Color Harmonies of #F92C06
Complementary color
Monochromatic Colors of #F92C06
Black with #F92C06
Text Example
Text Example
White with #F92C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C06; }
p { color: rgb(249,44,6); }
H1.HeaderClassName
{
color: #F92C06;
}
.AnyTagClassName
{
color: #F92C06;
}
</style>
background-color css
<style>
a { background-color: #F92C06; }
a { background-color: rgb(249,44,6); }
div.DivClassName
{
background-color: #F92C06;
}
.BgClassName
{
background-color: #F92C06;
}
</style>
border-color css
<style>
span { border-color: #F92C06; }
span { border-color: rgb(249,44,6); }
td.TdClassName
{
border-color: #F92C06;
}
.TagClassName
{
border-color: #F92C06;
}
</style>