Shades of Carrot Orange #FA9218
Tints of Carrot Orange #FA9218
RGB
CMYK
RGB Variations
Color information
#FA9218 (or 0xFA9218) is known color: Carrot Orange. HEX triplet: FA, 92 and 18. RGB value is (250,146,24). Sum of RGB (Red+Green+Blue) = 250+146+24=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9218 is #056DE7. Grayscale: #A3A3A3. Windows color (decimal): -355816 or 1610490. OLE color: 1610490.
HSL color Cylindrical-coordinate representation of color #FA9218: hue angle of 32.39º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9218 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 24 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.02 |
| HSL | 32.39º | 0.96% | 0.54% | - |
| HSV(B) | 32.39º | 0.9% | 0.98% | - |
| XYZ | 49.87 | 40.95 | 6.14 | - |
| YUV | 163.19 | 49.46 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 24 | 0 | 0.42 | 0.90 | 0.02 | 32.39 | 0.96 | 0.54 |
| Hex | FA | 92 | 18 | 0 | 2A | 5A | 2 | 20 | 60 | 36 |
| Octal | 372 | 222 | 30 | 0 | 52 | 132 | 2 | 40 | 140 | 66 |
| Binary | 11111010 | 10010010 | 11000 | 0 | 101010 | 1011010 | 10 | 100000 | 1100000 | 110110 |
Color Harmonies of #FA9218
Complementary color
Monochromatic Colors of #FA9218
Black with #FA9218
Text Example
Text Example
White with #FA9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9218; }
p { color: rgb(250,146,24); }
H1.HeaderClassName
{
color: #FA9218;
}
.AnyTagClassName
{
color: #FA9218;
}
</style>
background-color css
<style>
a { background-color: #FA9218; }
a { background-color: rgb(250,146,24); }
div.DivClassName
{
background-color: #FA9218;
}
.BgClassName
{
background-color: #FA9218;
}
</style>
border-color css
<style>
span { border-color: #FA9218; }
span { border-color: rgb(250,146,24); }
td.TdClassName
{
border-color: #FA9218;
}
.TagClassName
{
border-color: #FA9218;
}
</style>