Shades of Neon Carrot #FD8A30
Tints of Neon Carrot #FD8A30
RGB
CMYK
RGB Variations
Color information
#FD8A30 (or 0xFD8A30) is known color: Neon Carrot. HEX triplet: FD, 8A and 30. RGB value is (253,138,48). Sum of RGB (Red+Green+Blue) = 253+138+48=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A30 is #0275CF. Grayscale: #A2A2A2. Windows color (decimal): -161232 or 3181309. OLE color: 3181309.
HSL color Cylindrical-coordinate representation of color #FD8A30: hue angle of 26.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD8A30 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 48 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.01 |
| HSL | 26.34º | 0.98% | 0.59% | - |
| HSV(B) | 26.34º | 0.81% | 0.99% | - |
| XYZ | 50.13 | 39.27 | 7.73 | - |
| YUV | 162.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 48 | 0 | 0.45 | 0.81 | 0.01 | 26.34 | 0.98 | 0.59 |
| Hex | FD | 8A | 30 | 0 | 2D | 51 | 1 | 1A | 62 | 3B |
| Octal | 375 | 212 | 60 | 0 | 55 | 121 | 1 | 32 | 142 | 73 |
| Binary | 11111101 | 10001010 | 110000 | 0 | 101101 | 1010001 | 1 | 11010 | 1100010 | 111011 |
Color Harmonies of #FD8A30
Complementary color
Monochromatic Colors of #FD8A30
Black with #FD8A30
Text Example
Text Example
White with #FD8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A30; }
p { color: rgb(253,138,48); }
H1.HeaderClassName
{
color: #FD8A30;
}
.AnyTagClassName
{
color: #FD8A30;
}
</style>
background-color css
<style>
a { background-color: #FD8A30; }
a { background-color: rgb(253,138,48); }
div.DivClassName
{
background-color: #FD8A30;
}
.BgClassName
{
background-color: #FD8A30;
}
</style>
border-color css
<style>
span { border-color: #FD8A30; }
span { border-color: rgb(253,138,48); }
td.TdClassName
{
border-color: #FD8A30;
}
.TagClassName
{
border-color: #FD8A30;
}
</style>