Shades of Neon Carrot #F7952C
Tints of Neon Carrot #F7952C
RGB
CMYK
RGB Variations
Color information
#F7952C (or 0xF7952C) is known color: Neon Carrot. HEX triplet: F7, 95 and 2C. RGB value is (247,149,44). Sum of RGB (Red+Green+Blue) = 247+149+44=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7952C is #086AD3. Grayscale: #A6A6A6. Windows color (decimal): -551636 or 2921975. OLE color: 2921975.
HSL color Cylindrical-coordinate representation of color #F7952C: hue angle of 31.03º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7952C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 44 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.03 |
| HSL | 31.03º | 0.93% | 0.57% | - |
| HSV(B) | 31.03º | 0.82% | 0.97% | - |
| XYZ | 49.56 | 41.45 | 7.77 | - |
| YUV | 166.33 | 58.97 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 44 | 0 | 0.40 | 0.82 | 0.03 | 31.03 | 0.93 | 0.57 |
| Hex | F7 | 95 | 2C | 0 | 28 | 52 | 3 | 1F | 5D | 39 |
| Octal | 367 | 225 | 54 | 0 | 50 | 122 | 3 | 37 | 135 | 71 |
| Binary | 11110111 | 10010101 | 101100 | 0 | 101000 | 1010010 | 11 | 11111 | 1011101 | 111001 |
Color Harmonies of #F7952C
Complementary color
Monochromatic Colors of #F7952C
Black with #F7952C
Text Example
Text Example
White with #F7952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7952C; }
p { color: rgb(247,149,44); }
H1.HeaderClassName
{
color: #F7952C;
}
.AnyTagClassName
{
color: #F7952C;
}
</style>
background-color css
<style>
a { background-color: #F7952C; }
a { background-color: rgb(247,149,44); }
div.DivClassName
{
background-color: #F7952C;
}
.BgClassName
{
background-color: #F7952C;
}
</style>
border-color css
<style>
span { border-color: #F7952C; }
span { border-color: rgb(247,149,44); }
td.TdClassName
{
border-color: #F7952C;
}
.TagClassName
{
border-color: #F7952C;
}
</style>