Shades of Neon Carrot #FC8F30
Tints of Neon Carrot #FC8F30
RGB
CMYK
RGB Variations
Color information
#FC8F30 (or 0xFC8F30) is known color: Neon Carrot. HEX triplet: FC, 8F and 30. RGB value is (252,143,48). Sum of RGB (Red+Green+Blue) = 252+143+48=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F30 is #0370CF. Grayscale: #A5A5A5. Windows color (decimal): -225488 or 3182588. OLE color: 3182588.
HSL color Cylindrical-coordinate representation of color #FC8F30: hue angle of 27.94º degrees, saturation: 0.97, 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 #FC8F30 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 48 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.01 |
| HSL | 27.94º | 0.97% | 0.59% | - |
| HSV(B) | 27.94º | 0.81% | 0.99% | - |
| XYZ | 50.5 | 40.55 | 7.96 | - |
| YUV | 164.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 48 | 0 | 0.43 | 0.81 | 0.01 | 27.94 | 0.97 | 0.59 |
| Hex | FC | 8F | 30 | 0 | 2B | 51 | 1 | 1C | 61 | 3B |
| Octal | 374 | 217 | 60 | 0 | 53 | 121 | 1 | 34 | 141 | 73 |
| Binary | 11111100 | 10001111 | 110000 | 0 | 101011 | 1010001 | 1 | 11100 | 1100001 | 111011 |
Color Harmonies of #FC8F30
Complementary color
Monochromatic Colors of #FC8F30
Black with #FC8F30
Text Example
Text Example
White with #FC8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F30; }
p { color: rgb(252,143,48); }
H1.HeaderClassName
{
color: #FC8F30;
}
.AnyTagClassName
{
color: #FC8F30;
}
</style>
background-color css
<style>
a { background-color: #FC8F30; }
a { background-color: rgb(252,143,48); }
div.DivClassName
{
background-color: #FC8F30;
}
.BgClassName
{
background-color: #FC8F30;
}
</style>
border-color css
<style>
span { border-color: #FC8F30; }
span { border-color: rgb(252,143,48); }
td.TdClassName
{
border-color: #FC8F30;
}
.TagClassName
{
border-color: #FC8F30;
}
</style>