Shades of Scarlet #F5330E
Tints of Scarlet #F5330E
RGB
CMYK
RGB Variations
Color information
#F5330E (or 0xF5330E) is known color: Scarlet. HEX triplet: F5, 33 and 0E. RGB value is (245,51,14). Sum of RGB (Red+Green+Blue) = 245+51+14=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F5330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5330E is #0ACCF1. Grayscale: #696969. Windows color (decimal): -707826 or 930805. OLE color: 930805.
HSL color Cylindrical-coordinate representation of color #F5330E: hue angle of 9.61º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5330E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.04 |
| HSL | 9.61º | 0.92% | 0.51% | - |
| HSV(B) | 9.61º | 0.94% | 0.96% | - |
| XYZ | 38.92 | 21.81 | 2.57 | - |
| YUV | 104.79 | 76.77 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 14 | 0 | 0.79 | 0.94 | 0.04 | 9.61 | 0.92 | 0.51 |
| Hex | F5 | 33 | E | 0 | 4F | 5E | 4 | A | 5C | 33 |
| Octal | 365 | 63 | 16 | 0 | 117 | 136 | 4 | 12 | 134 | 63 |
| Binary | 11110101 | 110011 | 1110 | 0 | 1001111 | 1011110 | 100 | 1010 | 1011100 | 110011 |
Color Harmonies of #F5330E
Complementary color
Monochromatic Colors of #F5330E
Black with #F5330E
Text Example
Text Example
White with #F5330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5330E; }
p { color: rgb(245,51,14); }
H1.HeaderClassName
{
color: #F5330E;
}
.AnyTagClassName
{
color: #F5330E;
}
</style>
background-color css
<style>
a { background-color: #F5330E; }
a { background-color: rgb(245,51,14); }
div.DivClassName
{
background-color: #F5330E;
}
.BgClassName
{
background-color: #F5330E;
}
</style>
border-color css
<style>
span { border-color: #F5330E; }
span { border-color: rgb(245,51,14); }
td.TdClassName
{
border-color: #F5330E;
}
.TagClassName
{
border-color: #F5330E;
}
</style>