Shades of Neon Carrot #FF9228
Tints of Neon Carrot #FF9228
RGB
CMYK
RGB Variations
Color information
#FF9228 (or 0xFF9228) is known color: Neon Carrot. HEX triplet: FF, 92 and 28. RGB value is (255,146,40). Sum of RGB (Red+Green+Blue) = 255+146+40=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9228 is #006DD7. Grayscale: #A7A7A7. Windows color (decimal): -28120 or 2659071. OLE color: 2659071.
HSL color Cylindrical-coordinate representation of color #FF9228: hue angle of 29.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF9228 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 40 | - |
| CMYK | 0 | 0.43 | 0.84 | 0 |
| HSL | 29.58º | 1% | 0.58% | - |
| HSV(B) | 29.58º | 0.84% | 1% | - |
| XYZ | 51.9 | 41.97 | 7.37 | - |
| YUV | 166.51 | 56.61 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 40 | 0 | 0.43 | 0.84 | 0 | 29.58 | 1 | 0.58 |
| Hex | FF | 92 | 28 | 0 | 2B | 54 | 0 | 1E | 64 | 3A |
| Octal | 377 | 222 | 50 | 0 | 53 | 124 | 0 | 36 | 144 | 72 |
| Binary | 11111111 | 10010010 | 101000 | 0 | 101011 | 1010100 | 0 | 11110 | 1100100 | 111010 |
Color Harmonies of #FF9228
Complementary color
Monochromatic Colors of #FF9228
Black with #FF9228
Text Example
Text Example
White with #FF9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9228; }
p { color: rgb(255,146,40); }
H1.HeaderClassName
{
color: #FF9228;
}
.AnyTagClassName
{
color: #FF9228;
}
</style>
background-color css
<style>
a { background-color: #FF9228; }
a { background-color: rgb(255,146,40); }
div.DivClassName
{
background-color: #FF9228;
}
.BgClassName
{
background-color: #FF9228;
}
</style>
border-color css
<style>
span { border-color: #FF9228; }
span { border-color: rgb(255,146,40); }
td.TdClassName
{
border-color: #FF9228;
}
.TagClassName
{
border-color: #FF9228;
}
</style>