Shades of Neon Carrot #FF9431
Tints of Neon Carrot #FF9431
RGB
CMYK
RGB Variations
Color information
#FF9431 (or 0xFF9431) is known color: Neon Carrot. HEX triplet: FF, 94 and 31. RGB value is (255,148,49). Sum of RGB (Red+Green+Blue) = 255+148+49=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9431 is #006BCE. Grayscale: #A9A9A9. Windows color (decimal): -27599 or 3249407. OLE color: 3249407.
HSL color Cylindrical-coordinate representation of color #FF9431: hue angle of 28.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF9431 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 49 | - |
| CMYK | 0 | 0.42 | 0.81 | 0 |
| HSL | 28.83º | 1% | 0.6% | - |
| HSV(B) | 28.83º | 0.81% | 1% | - |
| XYZ | 52.38 | 42.66 | 8.38 | - |
| YUV | 168.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 49 | 0 | 0.42 | 0.81 | 0 | 28.83 | 1 | 0.6 |
| Hex | FF | 94 | 31 | 0 | 2A | 51 | 0 | 1D | 64 | 3C |
| Octal | 377 | 224 | 61 | 0 | 52 | 121 | 0 | 35 | 144 | 74 |
| Binary | 11111111 | 10010100 | 110001 | 0 | 101010 | 1010001 | 0 | 11101 | 1100100 | 111100 |
Color Harmonies of #FF9431
Complementary color
Monochromatic Colors of #FF9431
Black with #FF9431
Text Example
Text Example
White with #FF9431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9431; }
p { color: rgb(255,148,49); }
H1.HeaderClassName
{
color: #FF9431;
}
.AnyTagClassName
{
color: #FF9431;
}
</style>
background-color css
<style>
a { background-color: #FF9431; }
a { background-color: rgb(255,148,49); }
div.DivClassName
{
background-color: #FF9431;
}
.BgClassName
{
background-color: #FF9431;
}
</style>
border-color css
<style>
span { border-color: #FF9431; }
span { border-color: rgb(255,148,49); }
td.TdClassName
{
border-color: #FF9431;
}
.TagClassName
{
border-color: #FF9431;
}
</style>