Shades of Neon Carrot #FFA02D
Tints of Neon Carrot #FFA02D
RGB
CMYK
RGB Variations
Color information
#FFA02D (or 0xFFA02D) is known color: Neon Carrot. HEX triplet: FF, A0 and 2D. RGB value is (255,160,45). Sum of RGB (Red+Green+Blue) = 255+160+45=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA02D is #005FD2. Grayscale: #AFAFAF. Windows color (decimal): -24531 or 2990335. OLE color: 2990335.
HSL color Cylindrical-coordinate representation of color #FFA02D: hue angle of 32.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA02D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0 |
| HSL | 32.86º | 1% | 0.59% | - |
| HSV(B) | 32.86º | 0.82% | 1% | - |
| XYZ | 54.28 | 46.59 | 8.61 | - |
| YUV | 175.3 | 54.47 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 45 | 0 | 0.37 | 0.82 | 0 | 32.86 | 1 | 0.59 |
| Hex | FF | A0 | 2D | 0 | 25 | 52 | 0 | 21 | 64 | 3B |
| Octal | 377 | 240 | 55 | 0 | 45 | 122 | 0 | 41 | 144 | 73 |
| Binary | 11111111 | 10100000 | 101101 | 0 | 100101 | 1010010 | 0 | 100001 | 1100100 | 111011 |
Color Harmonies of #FFA02D
Complementary color
Monochromatic Colors of #FFA02D
Black with #FFA02D
Text Example
Text Example
White with #FFA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA02D; }
p { color: rgb(255,160,45); }
H1.HeaderClassName
{
color: #FFA02D;
}
.AnyTagClassName
{
color: #FFA02D;
}
</style>
background-color css
<style>
a { background-color: #FFA02D; }
a { background-color: rgb(255,160,45); }
div.DivClassName
{
background-color: #FFA02D;
}
.BgClassName
{
background-color: #FFA02D;
}
</style>
border-color css
<style>
span { border-color: #FFA02D; }
span { border-color: rgb(255,160,45); }
td.TdClassName
{
border-color: #FFA02D;
}
.TagClassName
{
border-color: #FFA02D;
}
</style>