Shades of Neon Carrot #FF9A2D
Tints of Neon Carrot #FF9A2D
RGB
CMYK
RGB Variations
Color information
#FF9A2D (or 0xFF9A2D) is known color: Neon Carrot. HEX triplet: FF, 9A and 2D. RGB value is (255,154,45). Sum of RGB (Red+Green+Blue) = 255+154+45=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A2D is #0065D2. Grayscale: #ACACAC. Windows color (decimal): -26067 or 2988799. OLE color: 2988799.
HSL color Cylindrical-coordinate representation of color #FF9A2D: hue angle of 31.14º 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 #FF9A2D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0 |
| HSL | 31.14º | 1% | 0.59% | - |
| HSV(B) | 31.14º | 0.82% | 1% | - |
| XYZ | 53.27 | 44.56 | 8.28 | - |
| YUV | 171.77 | 56.46 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 45 | 0 | 0.40 | 0.82 | 0 | 31.14 | 1 | 0.59 |
| Hex | FF | 9A | 2D | 0 | 28 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 232 | 55 | 0 | 50 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011010 | 101101 | 0 | 101000 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF9A2D
Complementary color
Monochromatic Colors of #FF9A2D
Black with #FF9A2D
Text Example
Text Example
White with #FF9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A2D; }
p { color: rgb(255,154,45); }
H1.HeaderClassName
{
color: #FF9A2D;
}
.AnyTagClassName
{
color: #FF9A2D;
}
</style>
background-color css
<style>
a { background-color: #FF9A2D; }
a { background-color: rgb(255,154,45); }
div.DivClassName
{
background-color: #FF9A2D;
}
.BgClassName
{
background-color: #FF9A2D;
}
</style>
border-color css
<style>
span { border-color: #FF9A2D; }
span { border-color: rgb(255,154,45); }
td.TdClassName
{
border-color: #FF9A2D;
}
.TagClassName
{
border-color: #FF9A2D;
}
</style>