Shades of Carrot Orange #FA9622
Tints of Carrot Orange #FA9622
RGB
CMYK
RGB Variations
Color information
#FA9622 (or 0xFA9622) is known color: Carrot Orange. HEX triplet: FA, 96 and 22. RGB value is (250,150,34). Sum of RGB (Red+Green+Blue) = 250+150+34=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9622 is #0569DD. Grayscale: #A7A7A7. Windows color (decimal): -354782 or 2266874. OLE color: 2266874.
HSL color Cylindrical-coordinate representation of color #FA9622: hue angle of 32.22º 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 #FA9622 is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 34 | - |
| CMYK | 0 | 0.4 | 0.86 | 0.02 |
| HSL | 32.22º | 0.96% | 0.56% | - |
| HSV(B) | 32.22º | 0.86% | 0.98% | - |
| XYZ | 50.62 | 42.25 | 7 | - |
| YUV | 166.68 | 53.13 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 34 | 0 | 0.4 | 0.86 | 0.02 | 32.22 | 0.96 | 0.56 |
| Hex | FA | 96 | 22 | 0 | 28 | 56 | 2 | 20 | 60 | 38 |
| Octal | 372 | 226 | 42 | 0 | 50 | 126 | 2 | 40 | 140 | 70 |
| Binary | 11111010 | 10010110 | 100010 | 0 | 101000 | 1010110 | 10 | 100000 | 1100000 | 111000 |
Color Harmonies of #FA9622
Complementary color
Monochromatic Colors of #FA9622
Black with #FA9622
Text Example
Text Example
White with #FA9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9622; }
p { color: rgb(250,150,34); }
H1.HeaderClassName
{
color: #FA9622;
}
.AnyTagClassName
{
color: #FA9622;
}
</style>
background-color css
<style>
a { background-color: #FA9622; }
a { background-color: rgb(250,150,34); }
div.DivClassName
{
background-color: #FA9622;
}
.BgClassName
{
background-color: #FA9622;
}
</style>
border-color css
<style>
span { border-color: #FA9622; }
span { border-color: rgb(250,150,34); }
td.TdClassName
{
border-color: #FA9622;
}
.TagClassName
{
border-color: #FA9622;
}
</style>