Shades of Carrot Orange #FA8819
Tints of Carrot Orange #FA8819
RGB
CMYK
RGB Variations
Color information
#FA8819 (or 0xFA8819) is known color: Carrot Orange. HEX triplet: FA, 88 and 19. RGB value is (250,136,25). Sum of RGB (Red+Green+Blue) = 250+136+25=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8819 is #0577E6. Grayscale: #9D9D9D. Windows color (decimal): -358375 or 1673466. OLE color: 1673466.
HSL color Cylindrical-coordinate representation of color #FA8819: hue angle of 29.6º 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 #FA8819 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 25 | - |
| CMYK | 0 | 0.46 | 0.9 | 0.02 |
| HSL | 29.6º | 0.96% | 0.54% | - |
| HSV(B) | 29.6º | 0.9% | 0.98% | - |
| XYZ | 48.4 | 38 | 5.7 | - |
| YUV | 157.43 | 53.27 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 25 | 0 | 0.46 | 0.9 | 0.02 | 29.6 | 0.96 | 0.54 |
| Hex | FA | 88 | 19 | 0 | 2E | 5A | 2 | 1E | 60 | 36 |
| Octal | 372 | 210 | 31 | 0 | 56 | 132 | 2 | 36 | 140 | 66 |
| Binary | 11111010 | 10001000 | 11001 | 0 | 101110 | 1011010 | 10 | 11110 | 1100000 | 110110 |
Color Harmonies of #FA8819
Complementary color
Monochromatic Colors of #FA8819
Black with #FA8819
Text Example
Text Example
White with #FA8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8819; }
p { color: rgb(250,136,25); }
H1.HeaderClassName
{
color: #FA8819;
}
.AnyTagClassName
{
color: #FA8819;
}
</style>
background-color css
<style>
a { background-color: #FA8819; }
a { background-color: rgb(250,136,25); }
div.DivClassName
{
background-color: #FA8819;
}
.BgClassName
{
background-color: #FA8819;
}
</style>
border-color css
<style>
span { border-color: #FA8819; }
span { border-color: rgb(250,136,25); }
td.TdClassName
{
border-color: #FA8819;
}
.TagClassName
{
border-color: #FA8819;
}
</style>