Shades of Carrot Orange #FA8A24
Tints of Carrot Orange #FA8A24
RGB
CMYK
RGB Variations
Color information
#FA8A24 (or 0xFA8A24) is known color: Carrot Orange. HEX triplet: FA, 8A and 24. RGB value is (250,138,36). Sum of RGB (Red+Green+Blue) = 250+138+36=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A24 is #0575DB. Grayscale: #A0A0A0. Windows color (decimal): -357852 or 2394874. OLE color: 2394874.
HSL color Cylindrical-coordinate representation of color #FA8A24: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA8A24 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 36 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.02 |
| HSL | 28.6º | 0.96% | 0.56% | - |
| HSV(B) | 28.6º | 0.86% | 0.98% | - |
| XYZ | 48.83 | 38.63 | 6.55 | - |
| YUV | 159.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 36 | 0 | 0.45 | 0.86 | 0.02 | 28.6 | 0.96 | 0.56 |
| Hex | FA | 8A | 24 | 0 | 2D | 56 | 2 | 1D | 60 | 38 |
| Octal | 372 | 212 | 44 | 0 | 55 | 126 | 2 | 35 | 140 | 70 |
| Binary | 11111010 | 10001010 | 100100 | 0 | 101101 | 1010110 | 10 | 11101 | 1100000 | 111000 |
Color Harmonies of #FA8A24
Complementary color
Monochromatic Colors of #FA8A24
Black with #FA8A24
Text Example
Text Example
White with #FA8A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A24; }
p { color: rgb(250,138,36); }
H1.HeaderClassName
{
color: #FA8A24;
}
.AnyTagClassName
{
color: #FA8A24;
}
</style>
background-color css
<style>
a { background-color: #FA8A24; }
a { background-color: rgb(250,138,36); }
div.DivClassName
{
background-color: #FA8A24;
}
.BgClassName
{
background-color: #FA8A24;
}
</style>
border-color css
<style>
span { border-color: #FA8A24; }
span { border-color: rgb(250,138,36); }
td.TdClassName
{
border-color: #FA8A24;
}
.TagClassName
{
border-color: #FA8A24;
}
</style>