Shades of Carrot Orange #FA9022
Tints of Carrot Orange #FA9022
RGB
CMYK
RGB Variations
Color information
#FA9022 (or 0xFA9022) is known color: Carrot Orange. HEX triplet: FA, 90 and 22. RGB value is (250,144,34). Sum of RGB (Red+Green+Blue) = 250+144+34=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9022 is #056FDD. Grayscale: #A3A3A3. Windows color (decimal): -356318 or 2265338. OLE color: 2265338.
HSL color Cylindrical-coordinate representation of color #FA9022: hue angle of 30.56º 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 #FA9022 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 34 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.02 |
| HSL | 30.56º | 0.96% | 0.56% | - |
| HSV(B) | 30.56º | 0.86% | 0.98% | - |
| XYZ | 49.69 | 40.39 | 6.69 | - |
| YUV | 163.15 | 55.12 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 34 | 0 | 0.42 | 0.86 | 0.02 | 30.56 | 0.96 | 0.56 |
| Hex | FA | 90 | 22 | 0 | 2A | 56 | 2 | 1F | 60 | 38 |
| Octal | 372 | 220 | 42 | 0 | 52 | 126 | 2 | 37 | 140 | 70 |
| Binary | 11111010 | 10010000 | 100010 | 0 | 101010 | 1010110 | 10 | 11111 | 1100000 | 111000 |
Color Harmonies of #FA9022
Complementary color
Monochromatic Colors of #FA9022
Black with #FA9022
Text Example
Text Example
White with #FA9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9022; }
p { color: rgb(250,144,34); }
H1.HeaderClassName
{
color: #FA9022;
}
.AnyTagClassName
{
color: #FA9022;
}
</style>
background-color css
<style>
a { background-color: #FA9022; }
a { background-color: rgb(250,144,34); }
div.DivClassName
{
background-color: #FA9022;
}
.BgClassName
{
background-color: #FA9022;
}
</style>
border-color css
<style>
span { border-color: #FA9022; }
span { border-color: rgb(250,144,34); }
td.TdClassName
{
border-color: #FA9022;
}
.TagClassName
{
border-color: #FA9022;
}
</style>