Shades of Neon Carrot #F98F2A
Tints of Neon Carrot #F98F2A
RGB
CMYK
RGB Variations
Color information
#F98F2A (or 0xF98F2A) is known color: Neon Carrot. HEX triplet: F9, 8F and 2A. RGB value is (249,143,42). Sum of RGB (Red+Green+Blue) = 249+143+42=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F2A is #0670D5. Grayscale: #A3A3A3. Windows color (decimal): -422102 or 2789369. OLE color: 2789369.
HSL color Cylindrical-coordinate representation of color #F98F2A: hue angle of 29.28º degrees, saturation: 0.95, 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 #F98F2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 42 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.02 |
| HSL | 29.28º | 0.95% | 0.57% | - |
| HSV(B) | 29.28º | 0.83% | 0.98% | - |
| XYZ | 49.31 | 39.95 | 7.3 | - |
| YUV | 163.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 42 | 0 | 0.43 | 0.83 | 0.02 | 29.28 | 0.95 | 0.57 |
| Hex | F9 | 8F | 2A | 0 | 2B | 53 | 2 | 1D | 5F | 39 |
| Octal | 371 | 217 | 52 | 0 | 53 | 123 | 2 | 35 | 137 | 71 |
| Binary | 11111001 | 10001111 | 101010 | 0 | 101011 | 1010011 | 10 | 11101 | 1011111 | 111001 |
Color Harmonies of #F98F2A
Complementary color
Monochromatic Colors of #F98F2A
Black with #F98F2A
Text Example
Text Example
White with #F98F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F2A; }
p { color: rgb(249,143,42); }
H1.HeaderClassName
{
color: #F98F2A;
}
.AnyTagClassName
{
color: #F98F2A;
}
</style>
background-color css
<style>
a { background-color: #F98F2A; }
a { background-color: rgb(249,143,42); }
div.DivClassName
{
background-color: #F98F2A;
}
.BgClassName
{
background-color: #F98F2A;
}
</style>
border-color css
<style>
span { border-color: #F98F2A; }
span { border-color: rgb(249,143,42); }
td.TdClassName
{
border-color: #F98F2A;
}
.TagClassName
{
border-color: #F98F2A;
}
</style>