Shades of Neon Carrot #FFA032
Tints of Neon Carrot #FFA032
RGB
CMYK
RGB Variations
Color information
#FFA032 (or 0xFFA032) is known color: Neon Carrot. HEX triplet: FF, A0 and 32. RGB value is (255,160,50). Sum of RGB (Red+Green+Blue) = 255+160+50=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA032 is #005FCD. Grayscale: #B0B0B0. Windows color (decimal): -24526 or 3318015. OLE color: 3318015.
HSL color Cylindrical-coordinate representation of color #FFA032: hue angle of 32.2º 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 #FFA032 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 50 | - |
| CMYK | 0 | 0.37 | 0.80 | 0 |
| HSL | 32.2º | 1% | 0.6% | - |
| HSV(B) | 32.2º | 0.8% | 1% | - |
| XYZ | 54.39 | 46.63 | 9.15 | - |
| YUV | 175.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 50 | 0 | 0.37 | 0.80 | 0 | 32.2 | 1 | 0.6 |
| Hex | FF | A0 | 32 | 0 | 25 | 50 | 0 | 20 | 64 | 3C |
| Octal | 377 | 240 | 62 | 0 | 45 | 120 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10100000 | 110010 | 0 | 100101 | 1010000 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FFA032
Complementary color
Monochromatic Colors of #FFA032
Black with #FFA032
Text Example
Text Example
White with #FFA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA032; }
p { color: rgb(255,160,50); }
H1.HeaderClassName
{
color: #FFA032;
}
.AnyTagClassName
{
color: #FFA032;
}
</style>
background-color css
<style>
a { background-color: #FFA032; }
a { background-color: rgb(255,160,50); }
div.DivClassName
{
background-color: #FFA032;
}
.BgClassName
{
background-color: #FFA032;
}
</style>
border-color css
<style>
span { border-color: #FFA032; }
span { border-color: rgb(255,160,50); }
td.TdClassName
{
border-color: #FFA032;
}
.TagClassName
{
border-color: #FFA032;
}
</style>