Shades of Carrot Orange #FF9122
Tints of Carrot Orange #FF9122
RGB
CMYK
RGB Variations
Color information
#FF9122 (or 0xFF9122) is known color: Carrot Orange. HEX triplet: FF, 91 and 22. RGB value is (255,145,34). Sum of RGB (Red+Green+Blue) = 255+145+34=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9122 is #006EDD. Grayscale: #A5A5A5. Windows color (decimal): -28382 or 2265599. OLE color: 2265599.
HSL color Cylindrical-coordinate representation of color #FF9122: hue angle of 30.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9122 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 34 | - |
| CMYK | 0 | 0.43 | 0.87 | 0 |
| HSL | 30.14º | 1% | 0.57% | - |
| HSV(B) | 30.14º | 0.87% | 1% | - |
| XYZ | 51.65 | 41.63 | 6.83 | - |
| YUV | 165.24 | 53.94 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 34 | 0 | 0.43 | 0.87 | 0 | 30.14 | 1 | 0.57 |
| Hex | FF | 91 | 22 | 0 | 2B | 57 | 0 | 1E | 64 | 39 |
| Octal | 377 | 221 | 42 | 0 | 53 | 127 | 0 | 36 | 144 | 71 |
| Binary | 11111111 | 10010001 | 100010 | 0 | 101011 | 1010111 | 0 | 11110 | 1100100 | 111001 |
Color Harmonies of #FF9122
Complementary color
Monochromatic Colors of #FF9122
Black with #FF9122
Text Example
Text Example
White with #FF9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9122; }
p { color: rgb(255,145,34); }
H1.HeaderClassName
{
color: #FF9122;
}
.AnyTagClassName
{
color: #FF9122;
}
</style>
background-color css
<style>
a { background-color: #FF9122; }
a { background-color: rgb(255,145,34); }
div.DivClassName
{
background-color: #FF9122;
}
.BgClassName
{
background-color: #FF9122;
}
</style>
border-color css
<style>
span { border-color: #FF9122; }
span { border-color: rgb(255,145,34); }
td.TdClassName
{
border-color: #FF9122;
}
.TagClassName
{
border-color: #FF9122;
}
</style>