Shades of Neon Carrot #FFA02C
Tints of Neon Carrot #FFA02C
RGB
CMYK
RGB Variations
Color information
#FFA02C (or 0xFFA02C) is known color: Neon Carrot. HEX triplet: FF, A0 and 2C. RGB value is (255,160,44). Sum of RGB (Red+Green+Blue) = 255+160+44=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA02C is #005FD3. Grayscale: #AFAFAF. Windows color (decimal): -24532 or 2924799. OLE color: 2924799.
HSL color Cylindrical-coordinate representation of color #FFA02C: hue angle of 32.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFA02C is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 44 | - |
| CMYK | 0 | 0.37 | 0.83 | 0 |
| HSL | 32.99º | 1% | 0.59% | - |
| HSV(B) | 32.99º | 0.83% | 1% | - |
| XYZ | 54.27 | 46.58 | 8.51 | - |
| YUV | 175.18 | 53.97 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 44 | 0 | 0.37 | 0.83 | 0 | 32.99 | 1 | 0.59 |
| Hex | FF | A0 | 2C | 0 | 25 | 53 | 0 | 21 | 64 | 3B |
| Octal | 377 | 240 | 54 | 0 | 45 | 123 | 0 | 41 | 144 | 73 |
| Binary | 11111111 | 10100000 | 101100 | 0 | 100101 | 1010011 | 0 | 100001 | 1100100 | 111011 |
Color Harmonies of #FFA02C
Complementary color
Monochromatic Colors of #FFA02C
Black with #FFA02C
Text Example
Text Example
White with #FFA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA02C; }
p { color: rgb(255,160,44); }
H1.HeaderClassName
{
color: #FFA02C;
}
.AnyTagClassName
{
color: #FFA02C;
}
</style>
background-color css
<style>
a { background-color: #FFA02C; }
a { background-color: rgb(255,160,44); }
div.DivClassName
{
background-color: #FFA02C;
}
.BgClassName
{
background-color: #FFA02C;
}
</style>
border-color css
<style>
span { border-color: #FFA02C; }
span { border-color: rgb(255,160,44); }
td.TdClassName
{
border-color: #FFA02C;
}
.TagClassName
{
border-color: #FFA02C;
}
</style>