Shades of Neon Carrot #FD8C2C
Tints of Neon Carrot #FD8C2C
RGB
CMYK
RGB Variations
Color information
#FD8C2C (or 0xFD8C2C) is known color: Neon Carrot. HEX triplet: FD, 8C and 2C. RGB value is (253,140,44). Sum of RGB (Red+Green+Blue) = 253+140+44=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C2C is #0273D3. Grayscale: #A3A3A3. Windows color (decimal): -160724 or 2919677. OLE color: 2919677.
HSL color Cylindrical-coordinate representation of color #FD8C2C: hue angle of 27.56º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD8C2C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 44 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.01 |
| HSL | 27.56º | 0.98% | 0.58% | - |
| HSV(B) | 27.56º | 0.83% | 0.99% | - |
| XYZ | 50.34 | 39.82 | 7.42 | - |
| YUV | 162.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 44 | 0 | 0.45 | 0.83 | 0.01 | 27.56 | 0.98 | 0.58 |
| Hex | FD | 8C | 2C | 0 | 2D | 53 | 1 | 1C | 62 | 3A |
| Octal | 375 | 214 | 54 | 0 | 55 | 123 | 1 | 34 | 142 | 72 |
| Binary | 11111101 | 10001100 | 101100 | 0 | 101101 | 1010011 | 1 | 11100 | 1100010 | 111010 |
Color Harmonies of #FD8C2C
Complementary color
Monochromatic Colors of #FD8C2C
Black with #FD8C2C
Text Example
Text Example
White with #FD8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C2C; }
p { color: rgb(253,140,44); }
H1.HeaderClassName
{
color: #FD8C2C;
}
.AnyTagClassName
{
color: #FD8C2C;
}
</style>
background-color css
<style>
a { background-color: #FD8C2C; }
a { background-color: rgb(253,140,44); }
div.DivClassName
{
background-color: #FD8C2C;
}
.BgClassName
{
background-color: #FD8C2C;
}
</style>
border-color css
<style>
span { border-color: #FD8C2C; }
span { border-color: rgb(253,140,44); }
td.TdClassName
{
border-color: #FD8C2C;
}
.TagClassName
{
border-color: #FD8C2C;
}
</style>