Shades of Neon Carrot #FD8A2D
Tints of Neon Carrot #FD8A2D
RGB
CMYK
RGB Variations
Color information
#FD8A2D (or 0xFD8A2D) is known color: Neon Carrot. HEX triplet: FD, 8A and 2D. RGB value is (253,138,45). Sum of RGB (Red+Green+Blue) = 253+138+45=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A2D is #0275D2. Grayscale: #A2A2A2. Windows color (decimal): -161235 or 2984701. OLE color: 2984701.
HSL color Cylindrical-coordinate representation of color #FD8A2D: hue angle of 26.83º 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 #FD8A2D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.01 |
| HSL | 26.83º | 0.98% | 0.58% | - |
| HSV(B) | 26.83º | 0.82% | 0.99% | - |
| XYZ | 50.07 | 39.25 | 7.42 | - |
| YUV | 161.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 45 | 0 | 0.45 | 0.82 | 0.01 | 26.83 | 0.98 | 0.58 |
| Hex | FD | 8A | 2D | 0 | 2D | 52 | 1 | 1B | 62 | 3A |
| Octal | 375 | 212 | 55 | 0 | 55 | 122 | 1 | 33 | 142 | 72 |
| Binary | 11111101 | 10001010 | 101101 | 0 | 101101 | 1010010 | 1 | 11011 | 1100010 | 111010 |
Color Harmonies of #FD8A2D
Complementary color
Monochromatic Colors of #FD8A2D
Black with #FD8A2D
Text Example
Text Example
White with #FD8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A2D; }
p { color: rgb(253,138,45); }
H1.HeaderClassName
{
color: #FD8A2D;
}
.AnyTagClassName
{
color: #FD8A2D;
}
</style>
background-color css
<style>
a { background-color: #FD8A2D; }
a { background-color: rgb(253,138,45); }
div.DivClassName
{
background-color: #FD8A2D;
}
.BgClassName
{
background-color: #FD8A2D;
}
</style>
border-color css
<style>
span { border-color: #FD8A2D; }
span { border-color: rgb(253,138,45); }
td.TdClassName
{
border-color: #FD8A2D;
}
.TagClassName
{
border-color: #FD8A2D;
}
</style>