Shades of Scarlet #FA3403
Tints of Scarlet #FA3403
RGB
CMYK
RGB Variations
Color information
#FA3403 (or 0xFA3403) is known color: Scarlet. HEX triplet: FA, 34 and 03. RGB value is (250,52,3). Sum of RGB (Red+Green+Blue) = 250+52+3=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3403 is #05CBFC. Grayscale: #6A6A6A. Windows color (decimal): -379901 or 210170. OLE color: 210170.
HSL color Cylindrical-coordinate representation of color #FA3403: hue angle of 11.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA3403 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.02 |
| HSL | 11.9º | 0.98% | 0.5% | - |
| HSV(B) | 11.9º | 0.99% | 0.98% | - |
| XYZ | 40.67 | 22.79 | 2.34 | - |
| YUV | 105.62 | 70.1 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 3 | 0 | 0.79 | 0.99 | 0.02 | 11.9 | 0.98 | 0.5 |
| Hex | FA | 34 | 3 | 0 | 4F | 63 | 2 | C | 62 | 32 |
| Octal | 372 | 64 | 3 | 0 | 117 | 143 | 2 | 14 | 142 | 62 |
| Binary | 11111010 | 110100 | 11 | 0 | 1001111 | 1100011 | 10 | 1100 | 1100010 | 110010 |
Color Harmonies of #FA3403
Complementary color
Monochromatic Colors of #FA3403
Black with #FA3403
Text Example
Text Example
White with #FA3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3403; }
p { color: rgb(250,52,3); }
H1.HeaderClassName
{
color: #FA3403;
}
.AnyTagClassName
{
color: #FA3403;
}
</style>
background-color css
<style>
a { background-color: #FA3403; }
a { background-color: rgb(250,52,3); }
div.DivClassName
{
background-color: #FA3403;
}
.BgClassName
{
background-color: #FA3403;
}
</style>
border-color css
<style>
span { border-color: #FA3403; }
span { border-color: rgb(250,52,3); }
td.TdClassName
{
border-color: #FA3403;
}
.TagClassName
{
border-color: #FA3403;
}
</style>