Shades of Neon Carrot #F98F2B
Tints of Neon Carrot #F98F2B
RGB
CMYK
RGB Variations
Color information
#F98F2B (or 0xF98F2B) is known color: Neon Carrot. HEX triplet: F9, 8F and 2B. RGB value is (249,143,43). Sum of RGB (Red+Green+Blue) = 249+143+43=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F2B is #0670D4. Grayscale: #A3A3A3. Windows color (decimal): -422101 or 2854905. OLE color: 2854905.
HSL color Cylindrical-coordinate representation of color #F98F2B: hue angle of 29.13º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F98F2B is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 43 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.02 |
| HSL | 29.13º | 0.94% | 0.57% | - |
| HSV(B) | 29.13º | 0.83% | 0.98% | - |
| XYZ | 49.33 | 39.96 | 7.4 | - |
| YUV | 163.29 | 60.12 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 43 | 0 | 0.43 | 0.83 | 0.02 | 29.13 | 0.94 | 0.57 |
| Hex | F9 | 8F | 2B | 0 | 2B | 53 | 2 | 1D | 5E | 39 |
| Octal | 371 | 217 | 53 | 0 | 53 | 123 | 2 | 35 | 136 | 71 |
| Binary | 11111001 | 10001111 | 101011 | 0 | 101011 | 1010011 | 10 | 11101 | 1011110 | 111001 |
Color Harmonies of #F98F2B
Complementary color
Monochromatic Colors of #F98F2B
Black with #F98F2B
Text Example
Text Example
White with #F98F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F2B; }
p { color: rgb(249,143,43); }
H1.HeaderClassName
{
color: #F98F2B;
}
.AnyTagClassName
{
color: #F98F2B;
}
</style>
background-color css
<style>
a { background-color: #F98F2B; }
a { background-color: rgb(249,143,43); }
div.DivClassName
{
background-color: #F98F2B;
}
.BgClassName
{
background-color: #F98F2B;
}
</style>
border-color css
<style>
span { border-color: #F98F2B; }
span { border-color: rgb(249,143,43); }
td.TdClassName
{
border-color: #F98F2B;
}
.TagClassName
{
border-color: #F98F2B;
}
</style>