Shades of Orange Red #FA4017
Tints of Orange Red #FA4017
RGB
CMYK
RGB Variations
Color information
#FA4017 (or 0xFA4017) is known color: Orange Red. HEX triplet: FA, 40 and 17. RGB value is (250,64,23). Sum of RGB (Red+Green+Blue) = 250+64+23=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4017 is #05BFE8. Grayscale: #737373. Windows color (decimal): -376809 or 1523962. OLE color: 1523962.
HSL color Cylindrical-coordinate representation of color #FA4017: hue angle of 10.84º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA4017 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 23 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.02 |
| HSL | 10.84º | 0.96% | 0.54% | - |
| HSV(B) | 10.84º | 0.91% | 0.98% | - |
| XYZ | 41.41 | 24.05 | 3.27 | - |
| YUV | 114.94 | 76.12 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 23 | 0 | 0.74 | 0.91 | 0.02 | 10.84 | 0.96 | 0.54 |
| Hex | FA | 40 | 17 | 0 | 4A | 5B | 2 | B | 60 | 36 |
| Octal | 372 | 100 | 27 | 0 | 112 | 133 | 2 | 13 | 140 | 66 |
| Binary | 11111010 | 1000000 | 10111 | 0 | 1001010 | 1011011 | 10 | 1011 | 1100000 | 110110 |
Color Harmonies of #FA4017
Complementary color
Monochromatic Colors of #FA4017
Black with #FA4017
Text Example
Text Example
White with #FA4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4017; }
p { color: rgb(250,64,23); }
H1.HeaderClassName
{
color: #FA4017;
}
.AnyTagClassName
{
color: #FA4017;
}
</style>
background-color css
<style>
a { background-color: #FA4017; }
a { background-color: rgb(250,64,23); }
div.DivClassName
{
background-color: #FA4017;
}
.BgClassName
{
background-color: #FA4017;
}
</style>
border-color css
<style>
span { border-color: #FA4017; }
span { border-color: rgb(250,64,23); }
td.TdClassName
{
border-color: #FA4017;
}
.TagClassName
{
border-color: #FA4017;
}
</style>