Shades of Neon Carrot #F9912D
Tints of Neon Carrot #F9912D
RGB
CMYK
RGB Variations
Color information
#F9912D (or 0xF9912D) is known color: Neon Carrot. HEX triplet: F9, 91 and 2D. RGB value is (249,145,45). Sum of RGB (Red+Green+Blue) = 249+145+45=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9912D is #066ED2. Grayscale: #A5A5A5. Windows color (decimal): -421587 or 2986489. OLE color: 2986489.
HSL color Cylindrical-coordinate representation of color #F9912D: hue angle of 29.41º 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 #F9912D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 45 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.02 |
| HSL | 29.41º | 0.94% | 0.58% | - |
| HSV(B) | 29.41º | 0.82% | 0.98% | - |
| XYZ | 49.67 | 40.58 | 7.7 | - |
| YUV | 164.7 | 60.46 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 45 | 0 | 0.42 | 0.82 | 0.02 | 29.41 | 0.94 | 0.58 |
| Hex | F9 | 91 | 2D | 0 | 2A | 52 | 2 | 1D | 5E | 3A |
| Octal | 371 | 221 | 55 | 0 | 52 | 122 | 2 | 35 | 136 | 72 |
| Binary | 11111001 | 10010001 | 101101 | 0 | 101010 | 1010010 | 10 | 11101 | 1011110 | 111010 |
Color Harmonies of #F9912D
Complementary color
Monochromatic Colors of #F9912D
Black with #F9912D
Text Example
Text Example
White with #F9912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9912D; }
p { color: rgb(249,145,45); }
H1.HeaderClassName
{
color: #F9912D;
}
.AnyTagClassName
{
color: #F9912D;
}
</style>
background-color css
<style>
a { background-color: #F9912D; }
a { background-color: rgb(249,145,45); }
div.DivClassName
{
background-color: #F9912D;
}
.BgClassName
{
background-color: #F9912D;
}
</style>
border-color css
<style>
span { border-color: #F9912D; }
span { border-color: rgb(249,145,45); }
td.TdClassName
{
border-color: #F9912D;
}
.TagClassName
{
border-color: #F9912D;
}
</style>