Shades of Neon Carrot #F8963A
Tints of Neon Carrot #F8963A
RGB
CMYK
RGB Variations
Color information
#F8963A (or 0xF8963A) is known color: Neon Carrot. HEX triplet: F8, 96 and 3A. RGB value is (248,150,58). Sum of RGB (Red+Green+Blue) = 248+150+58=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8963A is #0769C5. Grayscale: #A9A9A9. Windows color (decimal): -485830 or 3839736. OLE color: 3839736.
HSL color Cylindrical-coordinate representation of color #F8963A: hue angle of 29.05º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8963A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 58 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.03 |
| HSL | 29.05º | 0.93% | 0.6% | - |
| HSV(B) | 29.05º | 0.77% | 0.97% | - |
| XYZ | 50.38 | 42.07 | 9.47 | - |
| YUV | 168.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 58 | 0 | 0.40 | 0.77 | 0.03 | 29.05 | 0.93 | 0.6 |
| Hex | F8 | 96 | 3A | 0 | 28 | 4D | 3 | 1D | 5D | 3C |
| Octal | 370 | 226 | 72 | 0 | 50 | 115 | 3 | 35 | 135 | 74 |
| Binary | 11111000 | 10010110 | 111010 | 0 | 101000 | 1001101 | 11 | 11101 | 1011101 | 111100 |
Color Harmonies of #F8963A
Complementary color
Monochromatic Colors of #F8963A
Black with #F8963A
Text Example
Text Example
White with #F8963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8963A; }
p { color: rgb(248,150,58); }
H1.HeaderClassName
{
color: #F8963A;
}
.AnyTagClassName
{
color: #F8963A;
}
</style>
background-color css
<style>
a { background-color: #F8963A; }
a { background-color: rgb(248,150,58); }
div.DivClassName
{
background-color: #F8963A;
}
.BgClassName
{
background-color: #F8963A;
}
</style>
border-color css
<style>
span { border-color: #F8963A; }
span { border-color: rgb(248,150,58); }
td.TdClassName
{
border-color: #F8963A;
}
.TagClassName
{
border-color: #F8963A;
}
</style>