Shades of Neon Carrot #FD963E
Tints of Neon Carrot #FD963E
RGB
CMYK
RGB Variations
Color information
#FD963E (or 0xFD963E) is known color: Neon Carrot. HEX triplet: FD, 96 and 3E. RGB value is (253,150,62). Sum of RGB (Red+Green+Blue) = 253+150+62=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD963E is #0269C1. Grayscale: #ABABAB. Windows color (decimal): -158146 or 4101885. OLE color: 4101885.
HSL color Cylindrical-coordinate representation of color #FD963E: hue angle of 27.64º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD963E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 62 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.01 |
| HSL | 27.64º | 0.98% | 0.62% | - |
| HSV(B) | 27.64º | 0.75% | 0.99% | - |
| XYZ | 52.28 | 43.04 | 10.11 | - |
| YUV | 170.77 | 66.62 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 62 | 0 | 0.41 | 0.75 | 0.01 | 27.64 | 0.98 | 0.62 |
| Hex | FD | 96 | 3E | 0 | 29 | 4B | 1 | 1C | 62 | 3E |
| Octal | 375 | 226 | 76 | 0 | 51 | 113 | 1 | 34 | 142 | 76 |
| Binary | 11111101 | 10010110 | 111110 | 0 | 101001 | 1001011 | 1 | 11100 | 1100010 | 111110 |
Color Harmonies of #FD963E
Complementary color
Monochromatic Colors of #FD963E
Black with #FD963E
Text Example
Text Example
White with #FD963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD963E; }
p { color: rgb(253,150,62); }
H1.HeaderClassName
{
color: #FD963E;
}
.AnyTagClassName
{
color: #FD963E;
}
</style>
background-color css
<style>
a { background-color: #FD963E; }
a { background-color: rgb(253,150,62); }
div.DivClassName
{
background-color: #FD963E;
}
.BgClassName
{
background-color: #FD963E;
}
</style>
border-color css
<style>
span { border-color: #FD963E; }
span { border-color: rgb(253,150,62); }
td.TdClassName
{
border-color: #FD963E;
}
.TagClassName
{
border-color: #FD963E;
}
</style>