Shades of Neon Carrot #F8992C
Tints of Neon Carrot #F8992C
RGB
CMYK
RGB Variations
Color information
#F8992C (or 0xF8992C) is known color: Neon Carrot. HEX triplet: F8, 99 and 2C. RGB value is (248,153,44). Sum of RGB (Red+Green+Blue) = 248+153+44=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8992C is #0766D3. Grayscale: #A9A9A9. Windows color (decimal): -485076 or 2923000. OLE color: 2923000.
HSL color Cylindrical-coordinate representation of color #F8992C: hue angle of 32.06º 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 #F8992C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.03 |
| HSL | 32.06º | 0.94% | 0.57% | - |
| HSV(B) | 32.06º | 0.82% | 0.97% | - |
| XYZ | 50.56 | 42.92 | 8 | - |
| YUV | 168.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 44 | 0 | 0.38 | 0.82 | 0.03 | 32.06 | 0.94 | 0.57 |
| Hex | F8 | 99 | 2C | 0 | 26 | 52 | 3 | 20 | 5E | 39 |
| Octal | 370 | 231 | 54 | 0 | 46 | 122 | 3 | 40 | 136 | 71 |
| Binary | 11111000 | 10011001 | 101100 | 0 | 100110 | 1010010 | 11 | 100000 | 1011110 | 111001 |
Color Harmonies of #F8992C
Complementary color
Monochromatic Colors of #F8992C
Black with #F8992C
Text Example
Text Example
White with #F8992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8992C; }
p { color: rgb(248,153,44); }
H1.HeaderClassName
{
color: #F8992C;
}
.AnyTagClassName
{
color: #F8992C;
}
</style>
background-color css
<style>
a { background-color: #F8992C; }
a { background-color: rgb(248,153,44); }
div.DivClassName
{
background-color: #F8992C;
}
.BgClassName
{
background-color: #F8992C;
}
</style>
border-color css
<style>
span { border-color: #F8992C; }
span { border-color: rgb(248,153,44); }
td.TdClassName
{
border-color: #F8992C;
}
.TagClassName
{
border-color: #F8992C;
}
</style>