Shades of Carrot Orange #FA9521
Tints of Carrot Orange #FA9521
RGB
CMYK
RGB Variations
Color information
#FA9521 (or 0xFA9521) is known color: Carrot Orange. HEX triplet: FA, 95 and 21. RGB value is (250,149,33). Sum of RGB (Red+Green+Blue) = 250+149+33=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9521 is #056ADE. Grayscale: #A6A6A6. Windows color (decimal): -355039 or 2201082. OLE color: 2201082.
HSL color Cylindrical-coordinate representation of color #FA9521: hue angle of 32.07º 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 #FA9521 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 33 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.02 |
| HSL | 32.07º | 0.96% | 0.55% | - |
| HSV(B) | 32.07º | 0.87% | 0.98% | - |
| XYZ | 50.45 | 41.93 | 6.87 | - |
| YUV | 165.98 | 52.96 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 33 | 0 | 0.40 | 0.87 | 0.02 | 32.07 | 0.96 | 0.55 |
| Hex | FA | 95 | 21 | 0 | 28 | 57 | 2 | 20 | 60 | 37 |
| Octal | 372 | 225 | 41 | 0 | 50 | 127 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010101 | 100001 | 0 | 101000 | 1010111 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA9521
Complementary color
Monochromatic Colors of #FA9521
Black with #FA9521
Text Example
Text Example
White with #FA9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9521; }
p { color: rgb(250,149,33); }
H1.HeaderClassName
{
color: #FA9521;
}
.AnyTagClassName
{
color: #FA9521;
}
</style>
background-color css
<style>
a { background-color: #FA9521; }
a { background-color: rgb(250,149,33); }
div.DivClassName
{
background-color: #FA9521;
}
.BgClassName
{
background-color: #FA9521;
}
</style>
border-color css
<style>
span { border-color: #FA9521; }
span { border-color: rgb(250,149,33); }
td.TdClassName
{
border-color: #FA9521;
}
.TagClassName
{
border-color: #FA9521;
}
</style>