Shades of Neon Carrot #F98F2E
Tints of Neon Carrot #F98F2E
RGB
CMYK
RGB Variations
Color information
#F98F2E (or 0xF98F2E) is known color: Neon Carrot. HEX triplet: F9, 8F and 2E. RGB value is (249,143,46). Sum of RGB (Red+Green+Blue) = 249+143+46=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F2E is #0670D1. Grayscale: #A4A4A4. Windows color (decimal): -422098 or 3051513. OLE color: 3051513.
HSL color Cylindrical-coordinate representation of color #F98F2E: hue angle of 28.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F98F2E is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 46 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.02 |
| HSL | 28.67º | 0.94% | 0.58% | - |
| HSV(B) | 28.67º | 0.82% | 0.98% | - |
| XYZ | 49.38 | 39.98 | 7.7 | - |
| YUV | 163.64 | 61.62 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 46 | 0 | 0.43 | 0.82 | 0.02 | 28.67 | 0.94 | 0.58 |
| Hex | F9 | 8F | 2E | 0 | 2B | 52 | 2 | 1D | 5E | 3A |
| Octal | 371 | 217 | 56 | 0 | 53 | 122 | 2 | 35 | 136 | 72 |
| Binary | 11111001 | 10001111 | 101110 | 0 | 101011 | 1010010 | 10 | 11101 | 1011110 | 111010 |
Color Harmonies of #F98F2E
Complementary color
Monochromatic Colors of #F98F2E
Black with #F98F2E
Text Example
Text Example
White with #F98F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F2E; }
p { color: rgb(249,143,46); }
H1.HeaderClassName
{
color: #F98F2E;
}
.AnyTagClassName
{
color: #F98F2E;
}
</style>
background-color css
<style>
a { background-color: #F98F2E; }
a { background-color: rgb(249,143,46); }
div.DivClassName
{
background-color: #F98F2E;
}
.BgClassName
{
background-color: #F98F2E;
}
</style>
border-color css
<style>
span { border-color: #F98F2E; }
span { border-color: rgb(249,143,46); }
td.TdClassName
{
border-color: #F98F2E;
}
.TagClassName
{
border-color: #F98F2E;
}
</style>