Shades of Neon Carrot #FF9222
Tints of Neon Carrot #FF9222
RGB
CMYK
RGB Variations
Color information
#FF9222 (or 0xFF9222) is known color: Neon Carrot. HEX triplet: FF, 92 and 22. RGB value is (255,146,34). Sum of RGB (Red+Green+Blue) = 255+146+34=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9222 is #006DDD. Grayscale: #A6A6A6. Windows color (decimal): -28126 or 2265855. OLE color: 2265855.
HSL color Cylindrical-coordinate representation of color #FF9222: hue angle of 30.41º 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 #FF9222 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 34 | - |
| CMYK | 0 | 0.43 | 0.87 | 0 |
| HSL | 30.41º | 1% | 0.57% | - |
| HSV(B) | 30.41º | 0.87% | 1% | - |
| XYZ | 51.81 | 41.93 | 6.88 | - |
| YUV | 165.82 | 53.61 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 34 | 0 | 0.43 | 0.87 | 0 | 30.41 | 1 | 0.57 |
| Hex | FF | 92 | 22 | 0 | 2B | 57 | 0 | 1E | 64 | 39 |
| Octal | 377 | 222 | 42 | 0 | 53 | 127 | 0 | 36 | 144 | 71 |
| Binary | 11111111 | 10010010 | 100010 | 0 | 101011 | 1010111 | 0 | 11110 | 1100100 | 111001 |
Color Harmonies of #FF9222
Complementary color
Monochromatic Colors of #FF9222
Black with #FF9222
Text Example
Text Example
White with #FF9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9222; }
p { color: rgb(255,146,34); }
H1.HeaderClassName
{
color: #FF9222;
}
.AnyTagClassName
{
color: #FF9222;
}
</style>
background-color css
<style>
a { background-color: #FF9222; }
a { background-color: rgb(255,146,34); }
div.DivClassName
{
background-color: #FF9222;
}
.BgClassName
{
background-color: #FF9222;
}
</style>
border-color css
<style>
span { border-color: #FF9222; }
span { border-color: rgb(255,146,34); }
td.TdClassName
{
border-color: #FF9222;
}
.TagClassName
{
border-color: #FF9222;
}
</style>