Shades of Neon Carrot #FFA031
Tints of Neon Carrot #FFA031
RGB
CMYK
RGB Variations
Color information
#FFA031 (or 0xFFA031) is known color: Neon Carrot. HEX triplet: FF, A0 and 31. RGB value is (255,160,49). Sum of RGB (Red+Green+Blue) = 255+160+49=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA031 is #005FCE. Grayscale: #B0B0B0. Windows color (decimal): -24527 or 3252479. OLE color: 3252479.
HSL color Cylindrical-coordinate representation of color #FFA031: hue angle of 32.33º 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 #FFA031 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 49 | - |
| CMYK | 0 | 0.37 | 0.81 | 0 |
| HSL | 32.33º | 1% | 0.6% | - |
| HSV(B) | 32.33º | 0.81% | 1% | - |
| XYZ | 54.37 | 46.62 | 9.04 | - |
| YUV | 175.75 | 56.47 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 49 | 0 | 0.37 | 0.81 | 0 | 32.33 | 1 | 0.6 |
| Hex | FF | A0 | 31 | 0 | 25 | 51 | 0 | 20 | 64 | 3C |
| Octal | 377 | 240 | 61 | 0 | 45 | 121 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10100000 | 110001 | 0 | 100101 | 1010001 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FFA031
Complementary color
Monochromatic Colors of #FFA031
Black with #FFA031
Text Example
Text Example
White with #FFA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA031; }
p { color: rgb(255,160,49); }
H1.HeaderClassName
{
color: #FFA031;
}
.AnyTagClassName
{
color: #FFA031;
}
</style>
background-color css
<style>
a { background-color: #FFA031; }
a { background-color: rgb(255,160,49); }
div.DivClassName
{
background-color: #FFA031;
}
.BgClassName
{
background-color: #FFA031;
}
</style>
border-color css
<style>
span { border-color: #FFA031; }
span { border-color: rgb(255,160,49); }
td.TdClassName
{
border-color: #FFA031;
}
.TagClassName
{
border-color: #FFA031;
}
</style>