Shades of Neon Carrot #F9943C
Tints of Neon Carrot #F9943C
RGB
CMYK
RGB Variations
Color information
#F9943C (or 0xF9943C) is known color: Neon Carrot. HEX triplet: F9, 94 and 3C. RGB value is (249,148,60). Sum of RGB (Red+Green+Blue) = 249+148+60=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9943C is #066BC3. Grayscale: #A8A8A8. Windows color (decimal): -420804 or 3970297. OLE color: 3970297.
HSL color Cylindrical-coordinate representation of color #F9943C: hue angle of 27.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9943C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 60 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.02 |
| HSL | 27.94º | 0.94% | 0.61% | - |
| HSV(B) | 27.94º | 0.76% | 0.98% | - |
| XYZ | 50.47 | 41.65 | 9.65 | - |
| YUV | 168.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 60 | 0 | 0.41 | 0.76 | 0.02 | 27.94 | 0.94 | 0.61 |
| Hex | F9 | 94 | 3C | 0 | 29 | 4C | 2 | 1C | 5E | 3D |
| Octal | 371 | 224 | 74 | 0 | 51 | 114 | 2 | 34 | 136 | 75 |
| Binary | 11111001 | 10010100 | 111100 | 0 | 101001 | 1001100 | 10 | 11100 | 1011110 | 111101 |
Color Harmonies of #F9943C
Complementary color
Monochromatic Colors of #F9943C
Black with #F9943C
Text Example
Text Example
White with #F9943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9943C; }
p { color: rgb(249,148,60); }
H1.HeaderClassName
{
color: #F9943C;
}
.AnyTagClassName
{
color: #F9943C;
}
</style>
background-color css
<style>
a { background-color: #F9943C; }
a { background-color: rgb(249,148,60); }
div.DivClassName
{
background-color: #F9943C;
}
.BgClassName
{
background-color: #F9943C;
}
</style>
border-color css
<style>
span { border-color: #F9943C; }
span { border-color: rgb(249,148,60); }
td.TdClassName
{
border-color: #F9943C;
}
.TagClassName
{
border-color: #F9943C;
}
</style>