Shades of Neon Carrot #FD9B2D
Tints of Neon Carrot #FD9B2D
RGB
CMYK
RGB Variations
Color information
#FD9B2D (or 0xFD9B2D) is known color: Neon Carrot. HEX triplet: FD, 9B and 2D. RGB value is (253,155,45). Sum of RGB (Red+Green+Blue) = 253+155+45=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9B2D is #0264D2. Grayscale: #ACACAC. Windows color (decimal): -156883 or 2989053. OLE color: 2989053.
HSL color Cylindrical-coordinate representation of color #FD9B2D: hue angle of 31.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD9B2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 155 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.01 |
| HSL | 31.73º | 0.98% | 0.58% | - |
| HSV(B) | 31.73º | 0.82% | 0.99% | - |
| XYZ | 52.7 | 44.51 | 8.3 | - |
| YUV | 171.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 45 | 0 | 0.39 | 0.82 | 0.01 | 31.73 | 0.98 | 0.58 |
| Hex | FD | 9B | 2D | 0 | 27 | 52 | 1 | 20 | 62 | 3A |
| Octal | 375 | 233 | 55 | 0 | 47 | 122 | 1 | 40 | 142 | 72 |
| Binary | 11111101 | 10011011 | 101101 | 0 | 100111 | 1010010 | 1 | 100000 | 1100010 | 111010 |
Color Harmonies of #FD9B2D
Complementary color
Monochromatic Colors of #FD9B2D
Black with #FD9B2D
Text Example
Text Example
White with #FD9B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9B2D; }
p { color: rgb(253,155,45); }
H1.HeaderClassName
{
color: #FD9B2D;
}
.AnyTagClassName
{
color: #FD9B2D;
}
</style>
background-color css
<style>
a { background-color: #FD9B2D; }
a { background-color: rgb(253,155,45); }
div.DivClassName
{
background-color: #FD9B2D;
}
.BgClassName
{
background-color: #FD9B2D;
}
</style>
border-color css
<style>
span { border-color: #FD9B2D; }
span { border-color: rgb(253,155,45); }
td.TdClassName
{
border-color: #FD9B2D;
}
.TagClassName
{
border-color: #FD9B2D;
}
</style>