Shades of Neon Carrot #F7952D
Tints of Neon Carrot #F7952D
RGB
CMYK
RGB Variations
Color information
#F7952D (or 0xF7952D) is known color: Neon Carrot. HEX triplet: F7, 95 and 2D. RGB value is (247,149,45). Sum of RGB (Red+Green+Blue) = 247+149+45=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7952D is #086AD2. Grayscale: #A6A6A6. Windows color (decimal): -551635 or 2987511. OLE color: 2987511.
HSL color Cylindrical-coordinate representation of color #F7952D: hue angle of 30.89º 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 #F7952D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.03 |
| HSL | 30.89º | 0.93% | 0.57% | - |
| HSV(B) | 30.89º | 0.82% | 0.97% | - |
| XYZ | 49.58 | 41.46 | 7.87 | - |
| YUV | 166.45 | 59.47 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 45 | 0 | 0.40 | 0.82 | 0.03 | 30.89 | 0.93 | 0.57 |
| Hex | F7 | 95 | 2D | 0 | 28 | 52 | 3 | 1F | 5D | 39 |
| Octal | 367 | 225 | 55 | 0 | 50 | 122 | 3 | 37 | 135 | 71 |
| Binary | 11110111 | 10010101 | 101101 | 0 | 101000 | 1010010 | 11 | 11111 | 1011101 | 111001 |
Color Harmonies of #F7952D
Complementary color
Monochromatic Colors of #F7952D
Black with #F7952D
Text Example
Text Example
White with #F7952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7952D; }
p { color: rgb(247,149,45); }
H1.HeaderClassName
{
color: #F7952D;
}
.AnyTagClassName
{
color: #F7952D;
}
</style>
background-color css
<style>
a { background-color: #F7952D; }
a { background-color: rgb(247,149,45); }
div.DivClassName
{
background-color: #F7952D;
}
.BgClassName
{
background-color: #F7952D;
}
</style>
border-color css
<style>
span { border-color: #F7952D; }
span { border-color: rgb(247,149,45); }
td.TdClassName
{
border-color: #F7952D;
}
.TagClassName
{
border-color: #F7952D;
}
</style>