Shades of Scarlet #F9340C
Tints of Scarlet #F9340C
RGB
CMYK
RGB Variations
Color information
#F9340C (or 0xF9340C) is known color: Scarlet. HEX triplet: F9, 34 and 0C. RGB value is (249,52,12). Sum of RGB (Red+Green+Blue) = 249+52+12=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9340C is #06CBF3. Grayscale: #6A6A6A. Windows color (decimal): -445428 or 799993. OLE color: 799993.
HSL color Cylindrical-coordinate representation of color #F9340C: hue angle of 10.13º 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 #F9340C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.02 |
| HSL | 10.13º | 0.95% | 0.51% | - |
| HSV(B) | 10.13º | 0.95% | 0.98% | - |
| XYZ | 40.36 | 22.62 | 2.59 | - |
| YUV | 106.34 | 74.77 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 12 | 0 | 0.79 | 0.95 | 0.02 | 10.13 | 0.95 | 0.51 |
| Hex | F9 | 34 | C | 0 | 4F | 5F | 2 | A | 5F | 33 |
| Octal | 371 | 64 | 14 | 0 | 117 | 137 | 2 | 12 | 137 | 63 |
| Binary | 11111001 | 110100 | 1100 | 0 | 1001111 | 1011111 | 10 | 1010 | 1011111 | 110011 |
Color Harmonies of #F9340C
Complementary color
Monochromatic Colors of #F9340C
Black with #F9340C
Text Example
Text Example
White with #F9340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9340C; }
p { color: rgb(249,52,12); }
H1.HeaderClassName
{
color: #F9340C;
}
.AnyTagClassName
{
color: #F9340C;
}
</style>
background-color css
<style>
a { background-color: #F9340C; }
a { background-color: rgb(249,52,12); }
div.DivClassName
{
background-color: #F9340C;
}
.BgClassName
{
background-color: #F9340C;
}
</style>
border-color css
<style>
span { border-color: #F9340C; }
span { border-color: rgb(249,52,12); }
td.TdClassName
{
border-color: #F9340C;
}
.TagClassName
{
border-color: #F9340C;
}
</style>