Shades of Neon Carrot #FF9227
Tints of Neon Carrot #FF9227
RGB
CMYK
RGB Variations
Color information
#FF9227 (or 0xFF9227) is known color: Neon Carrot. HEX triplet: FF, 92 and 27. RGB value is (255,146,39). Sum of RGB (Red+Green+Blue) = 255+146+39=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9227 is #006DD8. Grayscale: #A6A6A6. Windows color (decimal): -28121 or 2593535. OLE color: 2593535.
HSL color Cylindrical-coordinate representation of color #FF9227: hue angle of 29.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF9227 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 39 | - |
| CMYK | 0 | 0.43 | 0.85 | 0 |
| HSL | 29.72º | 1% | 0.58% | - |
| HSV(B) | 29.72º | 0.85% | 1% | - |
| XYZ | 51.89 | 41.96 | 7.28 | - |
| YUV | 166.39 | 56.11 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 39 | 0 | 0.43 | 0.85 | 0 | 29.72 | 1 | 0.58 |
| Hex | FF | 92 | 27 | 0 | 2B | 55 | 0 | 1E | 64 | 3A |
| Octal | 377 | 222 | 47 | 0 | 53 | 125 | 0 | 36 | 144 | 72 |
| Binary | 11111111 | 10010010 | 100111 | 0 | 101011 | 1010101 | 0 | 11110 | 1100100 | 111010 |
Color Harmonies of #FF9227
Complementary color
Monochromatic Colors of #FF9227
Black with #FF9227
Text Example
Text Example
White with #FF9227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9227; }
p { color: rgb(255,146,39); }
H1.HeaderClassName
{
color: #FF9227;
}
.AnyTagClassName
{
color: #FF9227;
}
</style>
background-color css
<style>
a { background-color: #FF9227; }
a { background-color: rgb(255,146,39); }
div.DivClassName
{
background-color: #FF9227;
}
.BgClassName
{
background-color: #FF9227;
}
</style>
border-color css
<style>
span { border-color: #FF9227; }
span { border-color: rgb(255,146,39); }
td.TdClassName
{
border-color: #FF9227;
}
.TagClassName
{
border-color: #FF9227;
}
</style>