Shades of Carrot Orange #FA9621
Tints of Carrot Orange #FA9621
RGB
CMYK
RGB Variations
Color information
#FA9621 (or 0xFA9621) is known color: Carrot Orange. HEX triplet: FA, 96 and 21. RGB value is (250,150,33). Sum of RGB (Red+Green+Blue) = 250+150+33=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9621 is #0569DE. Grayscale: #A7A7A7. Windows color (decimal): -354783 or 2201338. OLE color: 2201338.
HSL color Cylindrical-coordinate representation of color #FA9621: hue angle of 32.35º 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 #FA9621 is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 33 | - |
| CMYK | 0 | 0.4 | 0.87 | 0.02 |
| HSL | 32.35º | 0.96% | 0.55% | - |
| HSV(B) | 32.35º | 0.87% | 0.98% | - |
| XYZ | 50.61 | 42.25 | 6.93 | - |
| YUV | 166.56 | 52.63 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 33 | 0 | 0.4 | 0.87 | 0.02 | 32.35 | 0.96 | 0.55 |
| Hex | FA | 96 | 21 | 0 | 28 | 57 | 2 | 20 | 60 | 37 |
| Octal | 372 | 226 | 41 | 0 | 50 | 127 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010110 | 100001 | 0 | 101000 | 1010111 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA9621
Complementary color
Monochromatic Colors of #FA9621
Black with #FA9621
Text Example
Text Example
White with #FA9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9621; }
p { color: rgb(250,150,33); }
H1.HeaderClassName
{
color: #FA9621;
}
.AnyTagClassName
{
color: #FA9621;
}
</style>
background-color css
<style>
a { background-color: #FA9621; }
a { background-color: rgb(250,150,33); }
div.DivClassName
{
background-color: #FA9621;
}
.BgClassName
{
background-color: #FA9621;
}
</style>
border-color css
<style>
span { border-color: #FA9621; }
span { border-color: rgb(250,150,33); }
td.TdClassName
{
border-color: #FA9621;
}
.TagClassName
{
border-color: #FA9621;
}
</style>