Shades of Neon Carrot #FF9224
Tints of Neon Carrot #FF9224
RGB
CMYK
RGB Variations
Color information
#FF9224 (or 0xFF9224) is known color: Neon Carrot. HEX triplet: FF, 92 and 24. RGB value is (255,146,36). Sum of RGB (Red+Green+Blue) = 255+146+36=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9224 is #006DDB. Grayscale: #A6A6A6. Windows color (decimal): -28124 or 2396927. OLE color: 2396927.
HSL color Cylindrical-coordinate representation of color #FF9224: hue angle of 30.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF9224 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 36 | - |
| CMYK | 0 | 0.43 | 0.86 | 0 |
| HSL | 30.14º | 1% | 0.57% | - |
| HSV(B) | 30.14º | 0.86% | 1% | - |
| XYZ | 51.84 | 41.95 | 7.03 | - |
| YUV | 166.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 36 | 0 | 0.43 | 0.86 | 0 | 30.14 | 1 | 0.57 |
| Hex | FF | 92 | 24 | 0 | 2B | 56 | 0 | 1E | 64 | 39 |
| Octal | 377 | 222 | 44 | 0 | 53 | 126 | 0 | 36 | 144 | 71 |
| Binary | 11111111 | 10010010 | 100100 | 0 | 101011 | 1010110 | 0 | 11110 | 1100100 | 111001 |
Color Harmonies of #FF9224
Complementary color
Monochromatic Colors of #FF9224
Black with #FF9224
Text Example
Text Example
White with #FF9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9224; }
p { color: rgb(255,146,36); }
H1.HeaderClassName
{
color: #FF9224;
}
.AnyTagClassName
{
color: #FF9224;
}
</style>
background-color css
<style>
a { background-color: #FF9224; }
a { background-color: rgb(255,146,36); }
div.DivClassName
{
background-color: #FF9224;
}
.BgClassName
{
background-color: #FF9224;
}
</style>
border-color css
<style>
span { border-color: #FF9224; }
span { border-color: rgb(255,146,36); }
td.TdClassName
{
border-color: #FF9224;
}
.TagClassName
{
border-color: #FF9224;
}
</style>