Shades of Neon Carrot #F8952D
Tints of Neon Carrot #F8952D
RGB
CMYK
RGB Variations
Color information
#F8952D (or 0xF8952D) is known color: Neon Carrot. HEX triplet: F8, 95 and 2D. RGB value is (248,149,45). Sum of RGB (Red+Green+Blue) = 248+149+45=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8952D is #076AD2. Grayscale: #A7A7A7. Windows color (decimal): -486099 or 2987512. OLE color: 2987512.
HSL color Cylindrical-coordinate representation of color #F8952D: hue angle of 30.74º degrees, saturation: 0.94, 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 #F8952D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.03 |
| HSL | 30.74º | 0.94% | 0.57% | - |
| HSV(B) | 30.74º | 0.82% | 0.97% | - |
| XYZ | 49.93 | 41.64 | 7.89 | - |
| YUV | 166.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 45 | 0 | 0.40 | 0.82 | 0.03 | 30.74 | 0.94 | 0.57 |
| Hex | F8 | 95 | 2D | 0 | 28 | 52 | 3 | 1F | 5E | 39 |
| Octal | 370 | 225 | 55 | 0 | 50 | 122 | 3 | 37 | 136 | 71 |
| Binary | 11111000 | 10010101 | 101101 | 0 | 101000 | 1010010 | 11 | 11111 | 1011110 | 111001 |
Color Harmonies of #F8952D
Complementary color
Monochromatic Colors of #F8952D
Black with #F8952D
Text Example
Text Example
White with #F8952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8952D; }
p { color: rgb(248,149,45); }
H1.HeaderClassName
{
color: #F8952D;
}
.AnyTagClassName
{
color: #F8952D;
}
</style>
background-color css
<style>
a { background-color: #F8952D; }
a { background-color: rgb(248,149,45); }
div.DivClassName
{
background-color: #F8952D;
}
.BgClassName
{
background-color: #F8952D;
}
</style>
border-color css
<style>
span { border-color: #F8952D; }
span { border-color: rgb(248,149,45); }
td.TdClassName
{
border-color: #F8952D;
}
.TagClassName
{
border-color: #F8952D;
}
</style>