Shades of Neon Carrot #F5942C
Tints of Neon Carrot #F5942C
RGB
CMYK
RGB Variations
Color information
#F5942C (or 0xF5942C) is known color: Neon Carrot. HEX triplet: F5, 94 and 2C. RGB value is (245,148,44). Sum of RGB (Red+Green+Blue) = 245+148+44=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5942C is #0A6BD3. Grayscale: #A5A5A5. Windows color (decimal): -682964 or 2921717. OLE color: 2921717.
HSL color Cylindrical-coordinate representation of color #F5942C: hue angle of 31.04º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5942C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 44 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.04 |
| HSL | 31.04º | 0.91% | 0.57% | - |
| HSV(B) | 31.04º | 0.82% | 0.96% | - |
| XYZ | 48.7 | 40.77 | 7.69 | - |
| YUV | 165.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 44 | 0 | 0.40 | 0.82 | 0.04 | 31.04 | 0.91 | 0.57 |
| Hex | F5 | 94 | 2C | 0 | 28 | 52 | 4 | 1F | 5B | 39 |
| Octal | 365 | 224 | 54 | 0 | 50 | 122 | 4 | 37 | 133 | 71 |
| Binary | 11110101 | 10010100 | 101100 | 0 | 101000 | 1010010 | 100 | 11111 | 1011011 | 111001 |
Color Harmonies of #F5942C
Complementary color
Monochromatic Colors of #F5942C
Black with #F5942C
Text Example
Text Example
White with #F5942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5942C; }
p { color: rgb(245,148,44); }
H1.HeaderClassName
{
color: #F5942C;
}
.AnyTagClassName
{
color: #F5942C;
}
</style>
background-color css
<style>
a { background-color: #F5942C; }
a { background-color: rgb(245,148,44); }
div.DivClassName
{
background-color: #F5942C;
}
.BgClassName
{
background-color: #F5942C;
}
</style>
border-color css
<style>
span { border-color: #F5942C; }
span { border-color: rgb(245,148,44); }
td.TdClassName
{
border-color: #F5942C;
}
.TagClassName
{
border-color: #F5942C;
}
</style>