Shades of Neon Carrot #F5922C
Tints of Neon Carrot #F5922C
RGB
CMYK
RGB Variations
Color information
#F5922C (or 0xF5922C) is known color: Neon Carrot. HEX triplet: F5, 92 and 2C. RGB value is (245,146,44). Sum of RGB (Red+Green+Blue) = 245+146+44=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5922C is #0A6DD3. Grayscale: #A4A4A4. Windows color (decimal): -683476 or 2921205. OLE color: 2921205.
HSL color Cylindrical-coordinate representation of color #F5922C: hue angle of 30.45º 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 #F5922C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 44 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.04 |
| HSL | 30.45º | 0.91% | 0.57% | - |
| HSV(B) | 30.45º | 0.82% | 0.96% | - |
| XYZ | 48.39 | 40.15 | 7.58 | - |
| YUV | 163.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 44 | 0 | 0.40 | 0.82 | 0.04 | 30.45 | 0.91 | 0.57 |
| Hex | F5 | 92 | 2C | 0 | 28 | 52 | 4 | 1E | 5B | 39 |
| Octal | 365 | 222 | 54 | 0 | 50 | 122 | 4 | 36 | 133 | 71 |
| Binary | 11110101 | 10010010 | 101100 | 0 | 101000 | 1010010 | 100 | 11110 | 1011011 | 111001 |
Color Harmonies of #F5922C
Complementary color
Monochromatic Colors of #F5922C
Black with #F5922C
Text Example
Text Example
White with #F5922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5922C; }
p { color: rgb(245,146,44); }
H1.HeaderClassName
{
color: #F5922C;
}
.AnyTagClassName
{
color: #F5922C;
}
</style>
background-color css
<style>
a { background-color: #F5922C; }
a { background-color: rgb(245,146,44); }
div.DivClassName
{
background-color: #F5922C;
}
.BgClassName
{
background-color: #F5922C;
}
</style>
border-color css
<style>
span { border-color: #F5922C; }
span { border-color: rgb(245,146,44); }
td.TdClassName
{
border-color: #F5922C;
}
.TagClassName
{
border-color: #F5922C;
}
</style>