Shades of Orange Red #FA420C
Tints of Orange Red #FA420C
RGB
CMYK
RGB Variations
Color information
#FA420C (or 0xFA420C) is known color: Orange Red. HEX triplet: FA, 42 and 0C. RGB value is (250,66,12). Sum of RGB (Red+Green+Blue) = 250+66+12=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA420C is #05BDF3. Grayscale: #737373. Windows color (decimal): -376308 or 803578. OLE color: 803578.
HSL color Cylindrical-coordinate representation of color #FA420C: hue angle of 13.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA420C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.02 |
| HSL | 13.61º | 0.96% | 0.51% | - |
| HSV(B) | 13.61º | 0.95% | 0.98% | - |
| XYZ | 41.44 | 24.25 | 2.84 | - |
| YUV | 114.86 | 69.96 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 12 | 0 | 0.74 | 0.95 | 0.02 | 13.61 | 0.96 | 0.51 |
| Hex | FA | 42 | C | 0 | 4A | 5F | 2 | E | 60 | 33 |
| Octal | 372 | 102 | 14 | 0 | 112 | 137 | 2 | 16 | 140 | 63 |
| Binary | 11111010 | 1000010 | 1100 | 0 | 1001010 | 1011111 | 10 | 1110 | 1100000 | 110011 |
Color Harmonies of #FA420C
Complementary color
Monochromatic Colors of #FA420C
Black with #FA420C
Text Example
Text Example
White with #FA420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA420C; }
p { color: rgb(250,66,12); }
H1.HeaderClassName
{
color: #FA420C;
}
.AnyTagClassName
{
color: #FA420C;
}
</style>
background-color css
<style>
a { background-color: #FA420C; }
a { background-color: rgb(250,66,12); }
div.DivClassName
{
background-color: #FA420C;
}
.BgClassName
{
background-color: #FA420C;
}
</style>
border-color css
<style>
span { border-color: #FA420C; }
span { border-color: rgb(250,66,12); }
td.TdClassName
{
border-color: #FA420C;
}
.TagClassName
{
border-color: #FA420C;
}
</style>