Shades of Neon Carrot #FFA034
Tints of Neon Carrot #FFA034
RGB
CMYK
RGB Variations
Color information
#FFA034 (or 0xFFA034) is known color: Neon Carrot. HEX triplet: FF, A0 and 34. RGB value is (255,160,52). Sum of RGB (Red+Green+Blue) = 255+160+52=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA034 is #005FCB. Grayscale: #B0B0B0. Windows color (decimal): -24524 or 3449087. OLE color: 3449087.
HSL color Cylindrical-coordinate representation of color #FFA034: hue angle of 31.92º 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 #FFA034 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 52 | - |
| CMYK | 0 | 0.37 | 0.80 | 0 |
| HSL | 31.92º | 1% | 0.6% | - |
| HSV(B) | 31.92º | 0.8% | 1% | - |
| XYZ | 54.43 | 46.65 | 9.38 | - |
| YUV | 176.09 | 57.97 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 52 | 0 | 0.37 | 0.80 | 0 | 31.92 | 1 | 0.6 |
| Hex | FF | A0 | 34 | 0 | 25 | 50 | 0 | 20 | 64 | 3C |
| Octal | 377 | 240 | 64 | 0 | 45 | 120 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10100000 | 110100 | 0 | 100101 | 1010000 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FFA034
Complementary color
Monochromatic Colors of #FFA034
Black with #FFA034
Text Example
Text Example
White with #FFA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA034; }
p { color: rgb(255,160,52); }
H1.HeaderClassName
{
color: #FFA034;
}
.AnyTagClassName
{
color: #FFA034;
}
</style>
background-color css
<style>
a { background-color: #FFA034; }
a { background-color: rgb(255,160,52); }
div.DivClassName
{
background-color: #FFA034;
}
.BgClassName
{
background-color: #FFA034;
}
</style>
border-color css
<style>
span { border-color: #FFA034; }
span { border-color: rgb(255,160,52); }
td.TdClassName
{
border-color: #FFA034;
}
.TagClassName
{
border-color: #FFA034;
}
</style>