Shades of Neon Carrot #F8983C
Tints of Neon Carrot #F8983C
RGB
CMYK
RGB Variations
Color information
#F8983C (or 0xF8983C) is known color: Neon Carrot. HEX triplet: F8, 98 and 3C. RGB value is (248,152,60). Sum of RGB (Red+Green+Blue) = 248+152+60=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8983C is #0767C3. Grayscale: #AAAAAA. Windows color (decimal): -485316 or 3971320. OLE color: 3971320.
HSL color Cylindrical-coordinate representation of color #F8983C: hue angle of 29.36º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8983C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 60 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.03 |
| HSL | 29.36º | 0.93% | 0.6% | - |
| HSV(B) | 29.36º | 0.76% | 0.97% | - |
| XYZ | 50.76 | 42.74 | 9.85 | - |
| YUV | 170.22 | 65.8 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 60 | 0 | 0.39 | 0.76 | 0.03 | 29.36 | 0.93 | 0.6 |
| Hex | F8 | 98 | 3C | 0 | 27 | 4C | 3 | 1D | 5D | 3C |
| Octal | 370 | 230 | 74 | 0 | 47 | 114 | 3 | 35 | 135 | 74 |
| Binary | 11111000 | 10011000 | 111100 | 0 | 100111 | 1001100 | 11 | 11101 | 1011101 | 111100 |
Color Harmonies of #F8983C
Complementary color
Monochromatic Colors of #F8983C
Black with #F8983C
Text Example
Text Example
White with #F8983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8983C; }
p { color: rgb(248,152,60); }
H1.HeaderClassName
{
color: #F8983C;
}
.AnyTagClassName
{
color: #F8983C;
}
</style>
background-color css
<style>
a { background-color: #F8983C; }
a { background-color: rgb(248,152,60); }
div.DivClassName
{
background-color: #F8983C;
}
.BgClassName
{
background-color: #F8983C;
}
</style>
border-color css
<style>
span { border-color: #F8983C; }
span { border-color: rgb(248,152,60); }
td.TdClassName
{
border-color: #F8983C;
}
.TagClassName
{
border-color: #F8983C;
}
</style>