Shades of Scarlet #FA330E
Tints of Scarlet #FA330E
RGB
CMYK
RGB Variations
Color information
#FA330E (or 0xFA330E) is known color: Scarlet. HEX triplet: FA, 33 and 0E. RGB value is (250,51,14). Sum of RGB (Red+Green+Blue) = 250+51+14=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA330E is #05CCF1. Grayscale: #6A6A6A. Windows color (decimal): -380146 or 930810. OLE color: 930810.
HSL color Cylindrical-coordinate representation of color #FA330E: hue angle of 9.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA330E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.02 |
| HSL | 9.41º | 0.96% | 0.52% | - |
| HSV(B) | 9.41º | 0.94% | 0.98% | - |
| XYZ | 40.69 | 22.72 | 2.66 | - |
| YUV | 106.28 | 75.93 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 14 | 0 | 0.80 | 0.94 | 0.02 | 9.41 | 0.96 | 0.52 |
| Hex | FA | 33 | E | 0 | 50 | 5E | 2 | 9 | 60 | 34 |
| Octal | 372 | 63 | 16 | 0 | 120 | 136 | 2 | 11 | 140 | 64 |
| Binary | 11111010 | 110011 | 1110 | 0 | 1010000 | 1011110 | 10 | 1001 | 1100000 | 110100 |
Color Harmonies of #FA330E
Complementary color
Monochromatic Colors of #FA330E
Black with #FA330E
Text Example
Text Example
White with #FA330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA330E; }
p { color: rgb(250,51,14); }
H1.HeaderClassName
{
color: #FA330E;
}
.AnyTagClassName
{
color: #FA330E;
}
</style>
background-color css
<style>
a { background-color: #FA330E; }
a { background-color: rgb(250,51,14); }
div.DivClassName
{
background-color: #FA330E;
}
.BgClassName
{
background-color: #FA330E;
}
</style>
border-color css
<style>
span { border-color: #FA330E; }
span { border-color: rgb(250,51,14); }
td.TdClassName
{
border-color: #FA330E;
}
.TagClassName
{
border-color: #FA330E;
}
</style>