Shades of Neon Carrot #F8912B
Tints of Neon Carrot #F8912B
RGB
CMYK
RGB Variations
Color information
#F8912B (or 0xF8912B) is known color: Neon Carrot. HEX triplet: F8, 91 and 2B. RGB value is (248,145,43). Sum of RGB (Red+Green+Blue) = 248+145+43=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8912B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8912B is #076ED4. Grayscale: #A4A4A4. Windows color (decimal): -487125 or 2855416. OLE color: 2855416.
HSL color Cylindrical-coordinate representation of color #F8912B: hue angle of 29.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8912B is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 43 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.03 |
| HSL | 29.85º | 0.94% | 0.57% | - |
| HSV(B) | 29.85º | 0.83% | 0.97% | - |
| XYZ | 49.27 | 40.38 | 7.48 | - |
| YUV | 164.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 43 | 0 | 0.42 | 0.83 | 0.03 | 29.85 | 0.94 | 0.57 |
| Hex | F8 | 91 | 2B | 0 | 2A | 53 | 3 | 1E | 5E | 39 |
| Octal | 370 | 221 | 53 | 0 | 52 | 123 | 3 | 36 | 136 | 71 |
| Binary | 11111000 | 10010001 | 101011 | 0 | 101010 | 1010011 | 11 | 11110 | 1011110 | 111001 |
Color Harmonies of #F8912B
Complementary color
Monochromatic Colors of #F8912B
Black with #F8912B
Text Example
Text Example
White with #F8912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8912B; }
p { color: rgb(248,145,43); }
H1.HeaderClassName
{
color: #F8912B;
}
.AnyTagClassName
{
color: #F8912B;
}
</style>
background-color css
<style>
a { background-color: #F8912B; }
a { background-color: rgb(248,145,43); }
div.DivClassName
{
background-color: #F8912B;
}
.BgClassName
{
background-color: #F8912B;
}
</style>
border-color css
<style>
span { border-color: #F8912B; }
span { border-color: rgb(248,145,43); }
td.TdClassName
{
border-color: #F8912B;
}
.TagClassName
{
border-color: #F8912B;
}
</style>