Shades of Neon Carrot #FFA035
Tints of Neon Carrot #FFA035
RGB
CMYK
RGB Variations
Color information
#FFA035 (or 0xFFA035) is known color: Neon Carrot. HEX triplet: FF, A0 and 35. RGB value is (255,160,53). Sum of RGB (Red+Green+Blue) = 255+160+53=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA035 is #005FCA. Grayscale: #B0B0B0. Windows color (decimal): -24523 or 3514623. OLE color: 3514623.
HSL color Cylindrical-coordinate representation of color #FFA035: hue angle of 31.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFA035 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 53 | - |
| CMYK | 0 | 0.37 | 0.79 | 0 |
| HSL | 31.78º | 1% | 0.6% | - |
| HSV(B) | 31.78º | 0.79% | 1% | - |
| XYZ | 54.45 | 46.66 | 9.5 | - |
| YUV | 176.21 | 58.47 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 53 | 0 | 0.37 | 0.79 | 0 | 31.78 | 1 | 0.6 |
| Hex | FF | A0 | 35 | 0 | 25 | 4F | 0 | 20 | 64 | 3C |
| Octal | 377 | 240 | 65 | 0 | 45 | 117 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10100000 | 110101 | 0 | 100101 | 1001111 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FFA035
Complementary color
Monochromatic Colors of #FFA035
Black with #FFA035
Text Example
Text Example
White with #FFA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA035; }
p { color: rgb(255,160,53); }
H1.HeaderClassName
{
color: #FFA035;
}
.AnyTagClassName
{
color: #FFA035;
}
</style>
background-color css
<style>
a { background-color: #FFA035; }
a { background-color: rgb(255,160,53); }
div.DivClassName
{
background-color: #FFA035;
}
.BgClassName
{
background-color: #FFA035;
}
</style>
border-color css
<style>
span { border-color: #FFA035; }
span { border-color: rgb(255,160,53); }
td.TdClassName
{
border-color: #FFA035;
}
.TagClassName
{
border-color: #FFA035;
}
</style>