Shades of Carrot Orange #FA8A16
Tints of Carrot Orange #FA8A16
RGB
CMYK
RGB Variations
Color information
#FA8A16 (or 0xFA8A16) is known color: Carrot Orange. HEX triplet: FA, 8A and 16. RGB value is (250,138,22). Sum of RGB (Red+Green+Blue) = 250+138+22=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8A16 is #0575E9. Grayscale: #9E9E9E. Windows color (decimal): -357866 or 1477370. OLE color: 1477370.
HSL color Cylindrical-coordinate representation of color #FA8A16: hue angle of 30.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA8A16 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 22 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.02 |
| HSL | 30.53º | 0.96% | 0.53% | - |
| HSV(B) | 30.53º | 0.91% | 0.98% | - |
| XYZ | 48.66 | 38.56 | 5.64 | - |
| YUV | 158.26 | 51.11 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 22 | 0 | 0.45 | 0.91 | 0.02 | 30.53 | 0.96 | 0.53 |
| Hex | FA | 8A | 16 | 0 | 2D | 5B | 2 | 1F | 60 | 35 |
| Octal | 372 | 212 | 26 | 0 | 55 | 133 | 2 | 37 | 140 | 65 |
| Binary | 11111010 | 10001010 | 10110 | 0 | 101101 | 1011011 | 10 | 11111 | 1100000 | 110101 |
Color Harmonies of #FA8A16
Complementary color
Monochromatic Colors of #FA8A16
Black with #FA8A16
Text Example
Text Example
White with #FA8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A16; }
p { color: rgb(250,138,22); }
H1.HeaderClassName
{
color: #FA8A16;
}
.AnyTagClassName
{
color: #FA8A16;
}
</style>
background-color css
<style>
a { background-color: #FA8A16; }
a { background-color: rgb(250,138,22); }
div.DivClassName
{
background-color: #FA8A16;
}
.BgClassName
{
background-color: #FA8A16;
}
</style>
border-color css
<style>
span { border-color: #FA8A16; }
span { border-color: rgb(250,138,22); }
td.TdClassName
{
border-color: #FA8A16;
}
.TagClassName
{
border-color: #FA8A16;
}
</style>