Shades of Neon Carrot #F8963D
Tints of Neon Carrot #F8963D
RGB
CMYK
RGB Variations
Color information
#F8963D (or 0xF8963D) is known color: Neon Carrot. HEX triplet: F8, 96 and 3D. RGB value is (248,150,61). Sum of RGB (Red+Green+Blue) = 248+150+61=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8963D is #0769C2. Grayscale: #A9A9A9. Windows color (decimal): -485827 or 4036344. OLE color: 4036344.
HSL color Cylindrical-coordinate representation of color #F8963D: hue angle of 28.56º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8963D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 61 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.03 |
| HSL | 28.56º | 0.93% | 0.61% | - |
| HSV(B) | 28.56º | 0.75% | 0.97% | - |
| XYZ | 50.46 | 42.11 | 9.88 | - |
| YUV | 169.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 61 | 0 | 0.40 | 0.75 | 0.03 | 28.56 | 0.93 | 0.61 |
| Hex | F8 | 96 | 3D | 0 | 28 | 4B | 3 | 1D | 5D | 3D |
| Octal | 370 | 226 | 75 | 0 | 50 | 113 | 3 | 35 | 135 | 75 |
| Binary | 11111000 | 10010110 | 111101 | 0 | 101000 | 1001011 | 11 | 11101 | 1011101 | 111101 |
Color Harmonies of #F8963D
Complementary color
Monochromatic Colors of #F8963D
Black with #F8963D
Text Example
Text Example
White with #F8963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8963D; }
p { color: rgb(248,150,61); }
H1.HeaderClassName
{
color: #F8963D;
}
.AnyTagClassName
{
color: #F8963D;
}
</style>
background-color css
<style>
a { background-color: #F8963D; }
a { background-color: rgb(248,150,61); }
div.DivClassName
{
background-color: #F8963D;
}
.BgClassName
{
background-color: #F8963D;
}
</style>
border-color css
<style>
span { border-color: #F8963D; }
span { border-color: rgb(248,150,61); }
td.TdClassName
{
border-color: #F8963D;
}
.TagClassName
{
border-color: #F8963D;
}
</style>