Shades of Neon Carrot #FF9133
Tints of Neon Carrot #FF9133
RGB
CMYK
RGB Variations
Color information
#FF9133 (or 0xFF9133) is known color: Neon Carrot. HEX triplet: FF, 91 and 33. RGB value is (255,145,51). Sum of RGB (Red+Green+Blue) = 255+145+51=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9133 is #006ECC. Grayscale: #A7A7A7. Windows color (decimal): -28365 or 3379711. OLE color: 3379711.
HSL color Cylindrical-coordinate representation of color #FF9133: hue angle of 27.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF9133 is Cyan = 0, Magento = 0.43, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 51 | - |
| CMYK | 0 | 0.43 | 0.8 | 0 |
| HSL | 27.65º | 1% | 0.6% | - |
| HSV(B) | 27.65º | 0.8% | 1% | - |
| XYZ | 51.96 | 41.75 | 8.45 | - |
| YUV | 167.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 51 | 0 | 0.43 | 0.8 | 0 | 27.65 | 1 | 0.6 |
| Hex | FF | 91 | 33 | 0 | 2B | 50 | 0 | 1C | 64 | 3C |
| Octal | 377 | 221 | 63 | 0 | 53 | 120 | 0 | 34 | 144 | 74 |
| Binary | 11111111 | 10010001 | 110011 | 0 | 101011 | 1010000 | 0 | 11100 | 1100100 | 111100 |
Color Harmonies of #FF9133
Complementary color
Monochromatic Colors of #FF9133
Black with #FF9133
Text Example
Text Example
White with #FF9133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9133; }
p { color: rgb(255,145,51); }
H1.HeaderClassName
{
color: #FF9133;
}
.AnyTagClassName
{
color: #FF9133;
}
</style>
background-color css
<style>
a { background-color: #FF9133; }
a { background-color: rgb(255,145,51); }
div.DivClassName
{
background-color: #FF9133;
}
.BgClassName
{
background-color: #FF9133;
}
</style>
border-color css
<style>
span { border-color: #FF9133; }
span { border-color: rgb(255,145,51); }
td.TdClassName
{
border-color: #FF9133;
}
.TagClassName
{
border-color: #FF9133;
}
</style>