Shades of Neon Carrot #FF9326
Tints of Neon Carrot #FF9326
RGB
CMYK
RGB Variations
Color information
#FF9326 (or 0xFF9326) is known color: Neon Carrot. HEX triplet: FF, 93 and 26. RGB value is (255,147,38). Sum of RGB (Red+Green+Blue) = 255+147+38=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9326 is #006CD9. Grayscale: #A7A7A7. Windows color (decimal): -27866 or 2528255. OLE color: 2528255.
HSL color Cylindrical-coordinate representation of color #FF9326: hue angle of 30.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF9326 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 38 | - |
| CMYK | 0 | 0.42 | 0.85 | 0 |
| HSL | 30.14º | 1% | 0.57% | - |
| HSV(B) | 30.14º | 0.85% | 1% | - |
| XYZ | 52.02 | 42.27 | 7.25 | - |
| YUV | 166.87 | 55.28 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 38 | 0 | 0.42 | 0.85 | 0 | 30.14 | 1 | 0.57 |
| Hex | FF | 93 | 26 | 0 | 2A | 55 | 0 | 1E | 64 | 39 |
| Octal | 377 | 223 | 46 | 0 | 52 | 125 | 0 | 36 | 144 | 71 |
| Binary | 11111111 | 10010011 | 100110 | 0 | 101010 | 1010101 | 0 | 11110 | 1100100 | 111001 |
Color Harmonies of #FF9326
Complementary color
Monochromatic Colors of #FF9326
Black with #FF9326
Text Example
Text Example
White with #FF9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9326; }
p { color: rgb(255,147,38); }
H1.HeaderClassName
{
color: #FF9326;
}
.AnyTagClassName
{
color: #FF9326;
}
</style>
background-color css
<style>
a { background-color: #FF9326; }
a { background-color: rgb(255,147,38); }
div.DivClassName
{
background-color: #FF9326;
}
.BgClassName
{
background-color: #FF9326;
}
</style>
border-color css
<style>
span { border-color: #FF9326; }
span { border-color: rgb(255,147,38); }
td.TdClassName
{
border-color: #FF9326;
}
.TagClassName
{
border-color: #FF9326;
}
</style>