Shades of Scarlet #F9330B
Tints of Scarlet #F9330B
RGB
CMYK
RGB Variations
Color information
#F9330B (or 0xF9330B) is known color: Scarlet. HEX triplet: F9, 33 and 0B. RGB value is (249,51,11). Sum of RGB (Red+Green+Blue) = 249+51+11=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9330B is #06CCF4. Grayscale: #6A6A6A. Windows color (decimal): -445685 or 734201. OLE color: 734201.
HSL color Cylindrical-coordinate representation of color #F9330B: hue angle of 10.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9330B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 11 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.02 |
| HSL | 10.08º | 0.95% | 0.51% | - |
| HSV(B) | 10.08º | 0.96% | 0.98% | - |
| XYZ | 40.31 | 22.53 | 2.54 | - |
| YUV | 105.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 11 | 0 | 0.80 | 0.96 | 0.02 | 10.08 | 0.95 | 0.51 |
| Hex | F9 | 33 | B | 0 | 50 | 60 | 2 | A | 5F | 33 |
| Octal | 371 | 63 | 13 | 0 | 120 | 140 | 2 | 12 | 137 | 63 |
| Binary | 11111001 | 110011 | 1011 | 0 | 1010000 | 1100000 | 10 | 1010 | 1011111 | 110011 |
Color Harmonies of #F9330B
Complementary color
Monochromatic Colors of #F9330B
Black with #F9330B
Text Example
Text Example
White with #F9330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9330B; }
p { color: rgb(249,51,11); }
H1.HeaderClassName
{
color: #F9330B;
}
.AnyTagClassName
{
color: #F9330B;
}
</style>
background-color css
<style>
a { background-color: #F9330B; }
a { background-color: rgb(249,51,11); }
div.DivClassName
{
background-color: #F9330B;
}
.BgClassName
{
background-color: #F9330B;
}
</style>
border-color css
<style>
span { border-color: #F9330B; }
span { border-color: rgb(249,51,11); }
td.TdClassName
{
border-color: #F9330B;
}
.TagClassName
{
border-color: #F9330B;
}
</style>