Shades of Scarlet #FA320F
Tints of Scarlet #FA320F
RGB
CMYK
RGB Variations
Color information
#FA320F (or 0xFA320F) is known color: Scarlet. HEX triplet: FA, 32 and 0F. RGB value is (250,50,15). Sum of RGB (Red+Green+Blue) = 250+50+15=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA320F is #05CDF0. Grayscale: #6A6A6A. Windows color (decimal): -380401 or 996090. OLE color: 996090.
HSL color Cylindrical-coordinate representation of color #FA320F: hue angle of 8.94º 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 #FA320F is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 15 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.02 |
| HSL | 8.94º | 0.96% | 0.52% | - |
| HSV(B) | 8.94º | 0.94% | 0.98% | - |
| XYZ | 40.65 | 22.64 | 2.68 | - |
| YUV | 105.81 | 76.76 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 15 | 0 | 0.8 | 0.94 | 0.02 | 8.94 | 0.96 | 0.52 |
| Hex | FA | 32 | F | 0 | 50 | 5E | 2 | 9 | 60 | 34 |
| Octal | 372 | 62 | 17 | 0 | 120 | 136 | 2 | 11 | 140 | 64 |
| Binary | 11111010 | 110010 | 1111 | 0 | 1010000 | 1011110 | 10 | 1001 | 1100000 | 110100 |
Color Harmonies of #FA320F
Complementary color
Monochromatic Colors of #FA320F
Black with #FA320F
Text Example
Text Example
White with #FA320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA320F; }
p { color: rgb(250,50,15); }
H1.HeaderClassName
{
color: #FA320F;
}
.AnyTagClassName
{
color: #FA320F;
}
</style>
background-color css
<style>
a { background-color: #FA320F; }
a { background-color: rgb(250,50,15); }
div.DivClassName
{
background-color: #FA320F;
}
.BgClassName
{
background-color: #FA320F;
}
</style>
border-color css
<style>
span { border-color: #FA320F; }
span { border-color: rgb(250,50,15); }
td.TdClassName
{
border-color: #FA320F;
}
.TagClassName
{
border-color: #FA320F;
}
</style>