Shades of Carrot Orange #FA9D21
Tints of Carrot Orange #FA9D21
RGB
CMYK
RGB Variations
Color information
#FA9D21 (or 0xFA9D21) is known color: Carrot Orange. HEX triplet: FA, 9D and 21. RGB value is (250,157,33). Sum of RGB (Red+Green+Blue) = 250+157+33=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D21 is #0562DE. Grayscale: #ABABAB. Windows color (decimal): -352991 or 2203130. OLE color: 2203130.
HSL color Cylindrical-coordinate representation of color #FA9D21: hue angle of 34.29º 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 #FA9D21 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 33 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.02 |
| HSL | 34.29º | 0.96% | 0.55% | - |
| HSV(B) | 34.29º | 0.87% | 0.98% | - |
| XYZ | 51.76 | 44.55 | 7.31 | - |
| YUV | 170.67 | 50.31 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 33 | 0 | 0.37 | 0.87 | 0.02 | 34.29 | 0.96 | 0.55 |
| Hex | FA | 9D | 21 | 0 | 25 | 57 | 2 | 22 | 60 | 37 |
| Octal | 372 | 235 | 41 | 0 | 45 | 127 | 2 | 42 | 140 | 67 |
| Binary | 11111010 | 10011101 | 100001 | 0 | 100101 | 1010111 | 10 | 100010 | 1100000 | 110111 |
Color Harmonies of #FA9D21
Complementary color
Monochromatic Colors of #FA9D21
Black with #FA9D21
Text Example
Text Example
White with #FA9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D21; }
p { color: rgb(250,157,33); }
H1.HeaderClassName
{
color: #FA9D21;
}
.AnyTagClassName
{
color: #FA9D21;
}
</style>
background-color css
<style>
a { background-color: #FA9D21; }
a { background-color: rgb(250,157,33); }
div.DivClassName
{
background-color: #FA9D21;
}
.BgClassName
{
background-color: #FA9D21;
}
</style>
border-color css
<style>
span { border-color: #FA9D21; }
span { border-color: rgb(250,157,33); }
td.TdClassName
{
border-color: #FA9D21;
}
.TagClassName
{
border-color: #FA9D21;
}
</style>