Shades of Neon Carrot #F9952D
Tints of Neon Carrot #F9952D
RGB
CMYK
RGB Variations
Color information
#F9952D (or 0xF9952D) is known color: Neon Carrot. HEX triplet: F9, 95 and 2D. RGB value is (249,149,45). Sum of RGB (Red+Green+Blue) = 249+149+45=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9952D is #066AD2. Grayscale: #A7A7A7. Windows color (decimal): -420563 or 2987513. OLE color: 2987513.
HSL color Cylindrical-coordinate representation of color #F9952D: hue angle of 30.59º 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 #F9952D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.02 |
| HSL | 30.59º | 0.94% | 0.58% | - |
| HSV(B) | 30.59º | 0.82% | 0.98% | - |
| XYZ | 50.29 | 41.82 | 7.91 | - |
| YUV | 167.04 | 59.13 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 45 | 0 | 0.40 | 0.82 | 0.02 | 30.59 | 0.94 | 0.58 |
| Hex | F9 | 95 | 2D | 0 | 28 | 52 | 2 | 1F | 5E | 3A |
| Octal | 371 | 225 | 55 | 0 | 50 | 122 | 2 | 37 | 136 | 72 |
| Binary | 11111001 | 10010101 | 101101 | 0 | 101000 | 1010010 | 10 | 11111 | 1011110 | 111010 |
Color Harmonies of #F9952D
Complementary color
Monochromatic Colors of #F9952D
Black with #F9952D
Text Example
Text Example
White with #F9952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9952D; }
p { color: rgb(249,149,45); }
H1.HeaderClassName
{
color: #F9952D;
}
.AnyTagClassName
{
color: #F9952D;
}
</style>
background-color css
<style>
a { background-color: #F9952D; }
a { background-color: rgb(249,149,45); }
div.DivClassName
{
background-color: #F9952D;
}
.BgClassName
{
background-color: #F9952D;
}
</style>
border-color css
<style>
span { border-color: #F9952D; }
span { border-color: rgb(249,149,45); }
td.TdClassName
{
border-color: #F9952D;
}
.TagClassName
{
border-color: #F9952D;
}
</style>