Shades of Red Orange #FA4023
Tints of Red Orange #FA4023
RGB
CMYK
RGB Variations
Color information
#FA4023 (or 0xFA4023) is known color: Red Orange. HEX triplet: FA, 40 and 23. RGB value is (250,64,35). Sum of RGB (Red+Green+Blue) = 250+64+35=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4023 is #05BFDC. Grayscale: #747474. Windows color (decimal): -376797 or 2310394. OLE color: 2310394.
HSL color Cylindrical-coordinate representation of color #FA4023: hue angle of 8.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA4023 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.02 |
| HSL | 8.09º | 0.96% | 0.56% | - |
| HSV(B) | 8.09º | 0.86% | 0.98% | - |
| XYZ | 41.56 | 24.11 | 4.05 | - |
| YUV | 116.31 | 82.12 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 35 | 0 | 0.74 | 0.86 | 0.02 | 8.09 | 0.96 | 0.56 |
| Hex | FA | 40 | 23 | 0 | 4A | 56 | 2 | 8 | 60 | 38 |
| Octal | 372 | 100 | 43 | 0 | 112 | 126 | 2 | 10 | 140 | 70 |
| Binary | 11111010 | 1000000 | 100011 | 0 | 1001010 | 1010110 | 10 | 1000 | 1100000 | 111000 |
Color Harmonies of #FA4023
Complementary color
Monochromatic Colors of #FA4023
Black with #FA4023
Text Example
Text Example
White with #FA4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4023; }
p { color: rgb(250,64,35); }
H1.HeaderClassName
{
color: #FA4023;
}
.AnyTagClassName
{
color: #FA4023;
}
</style>
background-color css
<style>
a { background-color: #FA4023; }
a { background-color: rgb(250,64,35); }
div.DivClassName
{
background-color: #FA4023;
}
.BgClassName
{
background-color: #FA4023;
}
</style>
border-color css
<style>
span { border-color: #FA4023; }
span { border-color: rgb(250,64,35); }
td.TdClassName
{
border-color: #FA4023;
}
.TagClassName
{
border-color: #FA4023;
}
</style>