Shades of Neon Carrot #FD953A
Tints of Neon Carrot #FD953A
RGB
CMYK
RGB Variations
Color information
#FD953A (or 0xFD953A) is known color: Neon Carrot. HEX triplet: FD, 95 and 3A. RGB value is (253,149,58). Sum of RGB (Red+Green+Blue) = 253+149+58=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD953A is #026AC5. Grayscale: #AAAAAA. Windows color (decimal): -158406 or 3839485. OLE color: 3839485.
HSL color Cylindrical-coordinate representation of color #FD953A: hue angle of 28º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD953A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 149 | 58 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.01 |
| HSL | 28º | 0.98% | 0.61% | - |
| HSV(B) | 28º | 0.77% | 0.99% | - |
| XYZ | 52.02 | 42.68 | 9.5 | - |
| YUV | 169.72 | 64.96 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 149 | 58 | 0 | 0.41 | 0.77 | 0.01 | 28 | 0.98 | 0.61 |
| Hex | FD | 95 | 3A | 0 | 29 | 4D | 1 | 1C | 62 | 3D |
| Octal | 375 | 225 | 72 | 0 | 51 | 115 | 1 | 34 | 142 | 75 |
| Binary | 11111101 | 10010101 | 111010 | 0 | 101001 | 1001101 | 1 | 11100 | 1100010 | 111101 |
Color Harmonies of #FD953A
Complementary color
Monochromatic Colors of #FD953A
Black with #FD953A
Text Example
Text Example
White with #FD953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD953A; }
p { color: rgb(253,149,58); }
H1.HeaderClassName
{
color: #FD953A;
}
.AnyTagClassName
{
color: #FD953A;
}
</style>
background-color css
<style>
a { background-color: #FD953A; }
a { background-color: rgb(253,149,58); }
div.DivClassName
{
background-color: #FD953A;
}
.BgClassName
{
background-color: #FD953A;
}
</style>
border-color css
<style>
span { border-color: #FD953A; }
span { border-color: rgb(253,149,58); }
td.TdClassName
{
border-color: #FD953A;
}
.TagClassName
{
border-color: #FD953A;
}
</style>