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