Shades of Neon Carrot #FD8C2A
Tints of Neon Carrot #FD8C2A
RGB
CMYK
RGB Variations
Color information
#FD8C2A (or 0xFD8C2A) is known color: Neon Carrot. HEX triplet: FD, 8C and 2A. RGB value is (253,140,42). Sum of RGB (Red+Green+Blue) = 253+140+42=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C2A is #0273D5. Grayscale: #A3A3A3. Windows color (decimal): -160726 or 2788605. OLE color: 2788605.
HSL color Cylindrical-coordinate representation of color #FD8C2A: hue angle of 27.87º 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 #FD8C2A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.01 |
| HSL | 27.87º | 0.98% | 0.58% | - |
| HSV(B) | 27.87º | 0.83% | 0.99% | - |
| XYZ | 50.3 | 39.81 | 7.22 | - |
| YUV | 162.62 | 59.94 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 42 | 0 | 0.45 | 0.83 | 0.01 | 27.87 | 0.98 | 0.58 |
| Hex | FD | 8C | 2A | 0 | 2D | 53 | 1 | 1C | 62 | 3A |
| Octal | 375 | 214 | 52 | 0 | 55 | 123 | 1 | 34 | 142 | 72 |
| Binary | 11111101 | 10001100 | 101010 | 0 | 101101 | 1010011 | 1 | 11100 | 1100010 | 111010 |
Color Harmonies of #FD8C2A
Complementary color
Monochromatic Colors of #FD8C2A
Black with #FD8C2A
Text Example
Text Example
White with #FD8C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C2A; }
p { color: rgb(253,140,42); }
H1.HeaderClassName
{
color: #FD8C2A;
}
.AnyTagClassName
{
color: #FD8C2A;
}
</style>
background-color css
<style>
a { background-color: #FD8C2A; }
a { background-color: rgb(253,140,42); }
div.DivClassName
{
background-color: #FD8C2A;
}
.BgClassName
{
background-color: #FD8C2A;
}
</style>
border-color css
<style>
span { border-color: #FD8C2A; }
span { border-color: rgb(253,140,42); }
td.TdClassName
{
border-color: #FD8C2A;
}
.TagClassName
{
border-color: #FD8C2A;
}
</style>