Shades of Carrot Orange #FA9421
Tints of Carrot Orange #FA9421
RGB
CMYK
RGB Variations
Color information
#FA9421 (or 0xFA9421) is known color: Carrot Orange. HEX triplet: FA, 94 and 21. RGB value is (250,148,33). Sum of RGB (Red+Green+Blue) = 250+148+33=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9421 is #056BDE. Grayscale: #A5A5A5. Windows color (decimal): -355295 or 2200826. OLE color: 2200826.
HSL color Cylindrical-coordinate representation of color #FA9421: hue angle of 31.8º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA9421 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 33 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.02 |
| HSL | 31.8º | 0.96% | 0.55% | - |
| HSV(B) | 31.8º | 0.87% | 0.98% | - |
| XYZ | 50.29 | 41.61 | 6.82 | - |
| YUV | 165.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 33 | 0 | 0.41 | 0.87 | 0.02 | 31.8 | 0.96 | 0.55 |
| Hex | FA | 94 | 21 | 0 | 29 | 57 | 2 | 20 | 60 | 37 |
| Octal | 372 | 224 | 41 | 0 | 51 | 127 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010100 | 100001 | 0 | 101001 | 1010111 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA9421
Complementary color
Monochromatic Colors of #FA9421
Black with #FA9421
Text Example
Text Example
White with #FA9421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9421; }
p { color: rgb(250,148,33); }
H1.HeaderClassName
{
color: #FA9421;
}
.AnyTagClassName
{
color: #FA9421;
}
</style>
background-color css
<style>
a { background-color: #FA9421; }
a { background-color: rgb(250,148,33); }
div.DivClassName
{
background-color: #FA9421;
}
.BgClassName
{
background-color: #FA9421;
}
</style>
border-color css
<style>
span { border-color: #FA9421; }
span { border-color: rgb(250,148,33); }
td.TdClassName
{
border-color: #FA9421;
}
.TagClassName
{
border-color: #FA9421;
}
</style>