Shades of Neon Carrot #FD8A2C
Tints of Neon Carrot #FD8A2C
RGB
CMYK
RGB Variations
Color information
#FD8A2C (or 0xFD8A2C) is known color: Neon Carrot. HEX triplet: FD, 8A and 2C. RGB value is (253,138,44). Sum of RGB (Red+Green+Blue) = 253+138+44=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A2C is #0275D3. Grayscale: #A2A2A2. Windows color (decimal): -161236 or 2919165. OLE color: 2919165.
HSL color Cylindrical-coordinate representation of color #FD8A2C: hue angle of 26.99º 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 #FD8A2C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 44 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.01 |
| HSL | 26.99º | 0.98% | 0.58% | - |
| HSV(B) | 26.99º | 0.83% | 0.99% | - |
| XYZ | 50.05 | 39.24 | 7.32 | - |
| YUV | 161.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 44 | 0 | 0.45 | 0.83 | 0.01 | 26.99 | 0.98 | 0.58 |
| Hex | FD | 8A | 2C | 0 | 2D | 53 | 1 | 1B | 62 | 3A |
| Octal | 375 | 212 | 54 | 0 | 55 | 123 | 1 | 33 | 142 | 72 |
| Binary | 11111101 | 10001010 | 101100 | 0 | 101101 | 1010011 | 1 | 11011 | 1100010 | 111010 |
Color Harmonies of #FD8A2C
Complementary color
Monochromatic Colors of #FD8A2C
Black with #FD8A2C
Text Example
Text Example
White with #FD8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A2C; }
p { color: rgb(253,138,44); }
H1.HeaderClassName
{
color: #FD8A2C;
}
.AnyTagClassName
{
color: #FD8A2C;
}
</style>
background-color css
<style>
a { background-color: #FD8A2C; }
a { background-color: rgb(253,138,44); }
div.DivClassName
{
background-color: #FD8A2C;
}
.BgClassName
{
background-color: #FD8A2C;
}
</style>
border-color css
<style>
span { border-color: #FD8A2C; }
span { border-color: rgb(253,138,44); }
td.TdClassName
{
border-color: #FD8A2C;
}
.TagClassName
{
border-color: #FD8A2C;
}
</style>