Shades of Neon Carrot #F8982D
Tints of Neon Carrot #F8982D
RGB
CMYK
RGB Variations
Color information
#F8982D (or 0xF8982D) is known color: Neon Carrot. HEX triplet: F8, 98 and 2D. RGB value is (248,152,45). Sum of RGB (Red+Green+Blue) = 248+152+45=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8982D is #0767D2. Grayscale: #A9A9A9. Windows color (decimal): -485331 or 2988280. OLE color: 2988280.
HSL color Cylindrical-coordinate representation of color #F8982D: hue angle of 31.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8982D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.03 |
| HSL | 31.63º | 0.94% | 0.57% | - |
| HSV(B) | 31.63º | 0.82% | 0.97% | - |
| XYZ | 50.41 | 42.6 | 8.05 | - |
| YUV | 168.51 | 58.3 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 45 | 0 | 0.39 | 0.82 | 0.03 | 31.63 | 0.94 | 0.57 |
| Hex | F8 | 98 | 2D | 0 | 27 | 52 | 3 | 20 | 5E | 39 |
| Octal | 370 | 230 | 55 | 0 | 47 | 122 | 3 | 40 | 136 | 71 |
| Binary | 11111000 | 10011000 | 101101 | 0 | 100111 | 1010010 | 11 | 100000 | 1011110 | 111001 |
Color Harmonies of #F8982D
Complementary color
Monochromatic Colors of #F8982D
Black with #F8982D
Text Example
Text Example
White with #F8982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8982D; }
p { color: rgb(248,152,45); }
H1.HeaderClassName
{
color: #F8982D;
}
.AnyTagClassName
{
color: #F8982D;
}
</style>
background-color css
<style>
a { background-color: #F8982D; }
a { background-color: rgb(248,152,45); }
div.DivClassName
{
background-color: #F8982D;
}
.BgClassName
{
background-color: #F8982D;
}
</style>
border-color css
<style>
span { border-color: #F8982D; }
span { border-color: rgb(248,152,45); }
td.TdClassName
{
border-color: #F8982D;
}
.TagClassName
{
border-color: #F8982D;
}
</style>