Shades of Neon Carrot #F8992D
Tints of Neon Carrot #F8992D
RGB
CMYK
RGB Variations
Color information
#F8992D (or 0xF8992D) is known color: Neon Carrot. HEX triplet: F8, 99 and 2D. RGB value is (248,153,45). Sum of RGB (Red+Green+Blue) = 248+153+45=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8992D is #0766D2. Grayscale: #A9A9A9. Windows color (decimal): -485075 or 2988536. OLE color: 2988536.
HSL color Cylindrical-coordinate representation of color #F8992D: hue angle of 31.92º 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 #F8992D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.03 |
| HSL | 31.92º | 0.94% | 0.57% | - |
| HSV(B) | 31.92º | 0.82% | 0.97% | - |
| XYZ | 50.58 | 42.93 | 8.1 | - |
| YUV | 169.09 | 57.97 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 45 | 0 | 0.38 | 0.82 | 0.03 | 31.92 | 0.94 | 0.57 |
| Hex | F8 | 99 | 2D | 0 | 26 | 52 | 3 | 20 | 5E | 39 |
| Octal | 370 | 231 | 55 | 0 | 46 | 122 | 3 | 40 | 136 | 71 |
| Binary | 11111000 | 10011001 | 101101 | 0 | 100110 | 1010010 | 11 | 100000 | 1011110 | 111001 |
Color Harmonies of #F8992D
Complementary color
Monochromatic Colors of #F8992D
Black with #F8992D
Text Example
Text Example
White with #F8992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8992D; }
p { color: rgb(248,153,45); }
H1.HeaderClassName
{
color: #F8992D;
}
.AnyTagClassName
{
color: #F8992D;
}
</style>
background-color css
<style>
a { background-color: #F8992D; }
a { background-color: rgb(248,153,45); }
div.DivClassName
{
background-color: #F8992D;
}
.BgClassName
{
background-color: #F8992D;
}
</style>
border-color css
<style>
span { border-color: #F8992D; }
span { border-color: rgb(248,153,45); }
td.TdClassName
{
border-color: #F8992D;
}
.TagClassName
{
border-color: #F8992D;
}
</style>