Shades of Scarlet #F9350C
Tints of Scarlet #F9350C
RGB
CMYK
RGB Variations
Color information
#F9350C (or 0xF9350C) is known color: Scarlet. HEX triplet: F9, 35 and 0C. RGB value is (249,53,12). Sum of RGB (Red+Green+Blue) = 249+53+12=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9350C is #06CAF3. Grayscale: #6B6B6B. Windows color (decimal): -445172 or 800249. OLE color: 800249.
HSL color Cylindrical-coordinate representation of color #F9350C: hue angle of 10.38º 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 #F9350C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.02 |
| HSL | 10.38º | 0.95% | 0.51% | - |
| HSV(B) | 10.38º | 0.95% | 0.98% | - |
| XYZ | 40.41 | 22.71 | 2.6 | - |
| YUV | 106.93 | 74.43 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 12 | 0 | 0.79 | 0.95 | 0.02 | 10.38 | 0.95 | 0.51 |
| Hex | F9 | 35 | C | 0 | 4F | 5F | 2 | A | 5F | 33 |
| Octal | 371 | 65 | 14 | 0 | 117 | 137 | 2 | 12 | 137 | 63 |
| Binary | 11111001 | 110101 | 1100 | 0 | 1001111 | 1011111 | 10 | 1010 | 1011111 | 110011 |
Color Harmonies of #F9350C
Complementary color
Monochromatic Colors of #F9350C
Black with #F9350C
Text Example
Text Example
White with #F9350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9350C; }
p { color: rgb(249,53,12); }
H1.HeaderClassName
{
color: #F9350C;
}
.AnyTagClassName
{
color: #F9350C;
}
</style>
background-color css
<style>
a { background-color: #F9350C; }
a { background-color: rgb(249,53,12); }
div.DivClassName
{
background-color: #F9350C;
}
.BgClassName
{
background-color: #F9350C;
}
</style>
border-color css
<style>
span { border-color: #F9350C; }
span { border-color: rgb(249,53,12); }
td.TdClassName
{
border-color: #F9350C;
}
.TagClassName
{
border-color: #F9350C;
}
</style>