Shades of Neon Carrot #F89232
Tints of Neon Carrot #F89232
RGB
CMYK
RGB Variations
Color information
#F89232 (or 0xF89232) is known color: Neon Carrot. HEX triplet: F8, 92 and 32. RGB value is (248,146,50). Sum of RGB (Red+Green+Blue) = 248+146+50=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F89232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89232 is #076DCD. Grayscale: #A6A6A6. Windows color (decimal): -486862 or 3314424. OLE color: 3314424.
HSL color Cylindrical-coordinate representation of color #F89232: hue angle of 29.09º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F89232 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.03 |
| HSL | 29.09º | 0.93% | 0.58% | - |
| HSV(B) | 29.09º | 0.8% | 0.97% | - |
| XYZ | 49.57 | 40.74 | 8.27 | - |
| YUV | 165.55 | 62.79 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 50 | 0 | 0.41 | 0.80 | 0.03 | 29.09 | 0.93 | 0.58 |
| Hex | F8 | 92 | 32 | 0 | 29 | 50 | 3 | 1D | 5D | 3A |
| Octal | 370 | 222 | 62 | 0 | 51 | 120 | 3 | 35 | 135 | 72 |
| Binary | 11111000 | 10010010 | 110010 | 0 | 101001 | 1010000 | 11 | 11101 | 1011101 | 111010 |
Color Harmonies of #F89232
Complementary color
Monochromatic Colors of #F89232
Black with #F89232
Text Example
Text Example
White with #F89232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89232; }
p { color: rgb(248,146,50); }
H1.HeaderClassName
{
color: #F89232;
}
.AnyTagClassName
{
color: #F89232;
}
</style>
background-color css
<style>
a { background-color: #F89232; }
a { background-color: rgb(248,146,50); }
div.DivClassName
{
background-color: #F89232;
}
.BgClassName
{
background-color: #F89232;
}
</style>
border-color css
<style>
span { border-color: #F89232; }
span { border-color: rgb(248,146,50); }
td.TdClassName
{
border-color: #F89232;
}
.TagClassName
{
border-color: #F89232;
}
</style>