Shades of Neon Carrot #FFA03D
Tints of Neon Carrot #FFA03D
RGB
CMYK
RGB Variations
Color information
#FFA03D (or 0xFFA03D) is known color: Neon Carrot. HEX triplet: FF, A0 and 3D. RGB value is (255,160,61). Sum of RGB (Red+Green+Blue) = 255+160+61=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA03D is #005FC2. Grayscale: #B1B1B1. Windows color (decimal): -24515 or 4038911. OLE color: 4038911.
HSL color Cylindrical-coordinate representation of color #FFA03D: hue angle of 30.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFA03D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 61 | - |
| CMYK | 0 | 0.37 | 0.76 | 0 |
| HSL | 30.62º | 1% | 0.62% | - |
| HSV(B) | 30.62º | 0.76% | 1% | - |
| XYZ | 54.65 | 46.74 | 10.56 | - |
| YUV | 177.12 | 62.47 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 61 | 0 | 0.37 | 0.76 | 0 | 30.62 | 1 | 0.62 |
| Hex | FF | A0 | 3D | 0 | 25 | 4C | 0 | 1F | 64 | 3E |
| Octal | 377 | 240 | 75 | 0 | 45 | 114 | 0 | 37 | 144 | 76 |
| Binary | 11111111 | 10100000 | 111101 | 0 | 100101 | 1001100 | 0 | 11111 | 1100100 | 111110 |
Color Harmonies of #FFA03D
Complementary color
Monochromatic Colors of #FFA03D
Black with #FFA03D
Text Example
Text Example
White with #FFA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA03D; }
p { color: rgb(255,160,61); }
H1.HeaderClassName
{
color: #FFA03D;
}
.AnyTagClassName
{
color: #FFA03D;
}
</style>
background-color css
<style>
a { background-color: #FFA03D; }
a { background-color: rgb(255,160,61); }
div.DivClassName
{
background-color: #FFA03D;
}
.BgClassName
{
background-color: #FFA03D;
}
</style>
border-color css
<style>
span { border-color: #FFA03D; }
span { border-color: rgb(255,160,61); }
td.TdClassName
{
border-color: #FFA03D;
}
.TagClassName
{
border-color: #FFA03D;
}
</style>