Shades of Neon Carrot #FD912D
Tints of Neon Carrot #FD912D
RGB
CMYK
RGB Variations
Color information
#FD912D (or 0xFD912D) is known color: Neon Carrot. HEX triplet: FD, 91 and 2D. RGB value is (253,145,45). Sum of RGB (Red+Green+Blue) = 253+145+45=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD912D is #026ED2. Grayscale: #A6A6A6. Windows color (decimal): -159443 or 2986493. OLE color: 2986493.
HSL color Cylindrical-coordinate representation of color #FD912D: hue angle of 28.85º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD912D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.01 |
| HSL | 28.85º | 0.98% | 0.58% | - |
| HSV(B) | 28.85º | 0.82% | 0.99% | - |
| XYZ | 51.11 | 41.32 | 7.77 | - |
| YUV | 165.89 | 59.78 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 45 | 0 | 0.43 | 0.82 | 0.01 | 28.85 | 0.98 | 0.58 |
| Hex | FD | 91 | 2D | 0 | 2B | 52 | 1 | 1D | 62 | 3A |
| Octal | 375 | 221 | 55 | 0 | 53 | 122 | 1 | 35 | 142 | 72 |
| Binary | 11111101 | 10010001 | 101101 | 0 | 101011 | 1010010 | 1 | 11101 | 1100010 | 111010 |
Color Harmonies of #FD912D
Complementary color
Monochromatic Colors of #FD912D
Black with #FD912D
Text Example
Text Example
White with #FD912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD912D; }
p { color: rgb(253,145,45); }
H1.HeaderClassName
{
color: #FD912D;
}
.AnyTagClassName
{
color: #FD912D;
}
</style>
background-color css
<style>
a { background-color: #FD912D; }
a { background-color: rgb(253,145,45); }
div.DivClassName
{
background-color: #FD912D;
}
.BgClassName
{
background-color: #FD912D;
}
</style>
border-color css
<style>
span { border-color: #FD912D; }
span { border-color: rgb(253,145,45); }
td.TdClassName
{
border-color: #FD912D;
}
.TagClassName
{
border-color: #FD912D;
}
</style>