Shades of Carrot Orange #FA8A18
Tints of Carrot Orange #FA8A18
RGB
CMYK
RGB Variations
Color information
#FA8A18 (or 0xFA8A18) is known color: Carrot Orange. HEX triplet: FA, 8A and 18. RGB value is (250,138,24). Sum of RGB (Red+Green+Blue) = 250+138+24=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8A18 is #0575E7. Grayscale: #9F9F9F. Windows color (decimal): -357864 or 1608442. OLE color: 1608442.
HSL color Cylindrical-coordinate representation of color #FA8A18: hue angle of 30.27º 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 #FA8A18 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.02 |
| HSL | 30.27º | 0.96% | 0.54% | - |
| HSV(B) | 30.27º | 0.9% | 0.98% | - |
| XYZ | 48.68 | 38.57 | 5.74 | - |
| YUV | 158.49 | 52.11 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 24 | 0 | 0.45 | 0.90 | 0.02 | 30.27 | 0.96 | 0.54 |
| Hex | FA | 8A | 18 | 0 | 2D | 5A | 2 | 1E | 60 | 36 |
| Octal | 372 | 212 | 30 | 0 | 55 | 132 | 2 | 36 | 140 | 66 |
| Binary | 11111010 | 10001010 | 11000 | 0 | 101101 | 1011010 | 10 | 11110 | 1100000 | 110110 |
Color Harmonies of #FA8A18
Complementary color
Monochromatic Colors of #FA8A18
Black with #FA8A18
Text Example
Text Example
White with #FA8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A18; }
p { color: rgb(250,138,24); }
H1.HeaderClassName
{
color: #FA8A18;
}
.AnyTagClassName
{
color: #FA8A18;
}
</style>
background-color css
<style>
a { background-color: #FA8A18; }
a { background-color: rgb(250,138,24); }
div.DivClassName
{
background-color: #FA8A18;
}
.BgClassName
{
background-color: #FA8A18;
}
</style>
border-color css
<style>
span { border-color: #FA8A18; }
span { border-color: rgb(250,138,24); }
td.TdClassName
{
border-color: #FA8A18;
}
.TagClassName
{
border-color: #FA8A18;
}
</style>