Shades of Neon Carrot #F5942D
Tints of Neon Carrot #F5942D
RGB
CMYK
RGB Variations
Color information
#F5942D (or 0xF5942D) is known color: Neon Carrot. HEX triplet: F5, 94 and 2D. RGB value is (245,148,45). Sum of RGB (Red+Green+Blue) = 245+148+45=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5942D is #0A6BD2. Grayscale: #A5A5A5. Windows color (decimal): -682963 or 2987253. OLE color: 2987253.
HSL color Cylindrical-coordinate representation of color #F5942D: hue angle of 30.9º 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 #F5942D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.04 |
| HSL | 30.9º | 0.91% | 0.57% | - |
| HSV(B) | 30.9º | 0.82% | 0.96% | - |
| XYZ | 48.72 | 40.78 | 7.79 | - |
| YUV | 165.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 45 | 0 | 0.40 | 0.82 | 0.04 | 30.9 | 0.91 | 0.57 |
| Hex | F5 | 94 | 2D | 0 | 28 | 52 | 4 | 1F | 5B | 39 |
| Octal | 365 | 224 | 55 | 0 | 50 | 122 | 4 | 37 | 133 | 71 |
| Binary | 11110101 | 10010100 | 101101 | 0 | 101000 | 1010010 | 100 | 11111 | 1011011 | 111001 |
Color Harmonies of #F5942D
Complementary color
Monochromatic Colors of #F5942D
Black with #F5942D
Text Example
Text Example
White with #F5942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5942D; }
p { color: rgb(245,148,45); }
H1.HeaderClassName
{
color: #F5942D;
}
.AnyTagClassName
{
color: #F5942D;
}
</style>
background-color css
<style>
a { background-color: #F5942D; }
a { background-color: rgb(245,148,45); }
div.DivClassName
{
background-color: #F5942D;
}
.BgClassName
{
background-color: #F5942D;
}
</style>
border-color css
<style>
span { border-color: #F5942D; }
span { border-color: rgb(245,148,45); }
td.TdClassName
{
border-color: #F5942D;
}
.TagClassName
{
border-color: #F5942D;
}
</style>