Shades of Neon Carrot #FF9D29
Tints of Neon Carrot #FF9D29
RGB
CMYK
RGB Variations
Color information
#FF9D29 (or 0xFF9D29) is known color: Neon Carrot. HEX triplet: FF, 9D and 29. RGB value is (255,157,41). Sum of RGB (Red+Green+Blue) = 255+157+41=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D29 is #0062D6. Grayscale: #ADADAD. Windows color (decimal): -25303 or 2727423. OLE color: 2727423.
HSL color Cylindrical-coordinate representation of color #FF9D29: hue angle of 32.52º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF9D29 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 41 | - |
| CMYK | 0 | 0.38 | 0.84 | 0 |
| HSL | 32.52º | 1% | 0.58% | - |
| HSV(B) | 32.52º | 0.84% | 1% | - |
| XYZ | 53.7 | 45.53 | 8.06 | - |
| YUV | 173.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 41 | 0 | 0.38 | 0.84 | 0 | 32.52 | 1 | 0.58 |
| Hex | FF | 9D | 29 | 0 | 26 | 54 | 0 | 21 | 64 | 3A |
| Octal | 377 | 235 | 51 | 0 | 46 | 124 | 0 | 41 | 144 | 72 |
| Binary | 11111111 | 10011101 | 101001 | 0 | 100110 | 1010100 | 0 | 100001 | 1100100 | 111010 |
Color Harmonies of #FF9D29
Complementary color
Monochromatic Colors of #FF9D29
Black with #FF9D29
Text Example
Text Example
White with #FF9D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D29; }
p { color: rgb(255,157,41); }
H1.HeaderClassName
{
color: #FF9D29;
}
.AnyTagClassName
{
color: #FF9D29;
}
</style>
background-color css
<style>
a { background-color: #FF9D29; }
a { background-color: rgb(255,157,41); }
div.DivClassName
{
background-color: #FF9D29;
}
.BgClassName
{
background-color: #FF9D29;
}
</style>
border-color css
<style>
span { border-color: #FF9D29; }
span { border-color: rgb(255,157,41); }
td.TdClassName
{
border-color: #FF9D29;
}
.TagClassName
{
border-color: #FF9D29;
}
</style>