Shades of Neon Carrot #FD8B2E
Tints of Neon Carrot #FD8B2E
RGB
CMYK
RGB Variations
Color information
#FD8B2E (or 0xFD8B2E) is known color: Neon Carrot. HEX triplet: FD, 8B and 2E. RGB value is (253,139,46). Sum of RGB (Red+Green+Blue) = 253+139+46=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8B2E is #0274D1. Grayscale: #A2A2A2. Windows color (decimal): -160978 or 3050493. OLE color: 3050493.
HSL color Cylindrical-coordinate representation of color #FD8B2E: hue angle of 26.96º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD8B2E is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 46 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.01 |
| HSL | 26.96º | 0.98% | 0.59% | - |
| HSV(B) | 26.96º | 0.82% | 0.99% | - |
| XYZ | 50.23 | 39.55 | 7.57 | - |
| YUV | 162.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 46 | 0 | 0.45 | 0.82 | 0.01 | 26.96 | 0.98 | 0.59 |
| Hex | FD | 8B | 2E | 0 | 2D | 52 | 1 | 1B | 62 | 3B |
| Octal | 375 | 213 | 56 | 0 | 55 | 122 | 1 | 33 | 142 | 73 |
| Binary | 11111101 | 10001011 | 101110 | 0 | 101101 | 1010010 | 1 | 11011 | 1100010 | 111011 |
Color Harmonies of #FD8B2E
Complementary color
Monochromatic Colors of #FD8B2E
Black with #FD8B2E
Text Example
Text Example
White with #FD8B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B2E; }
p { color: rgb(253,139,46); }
H1.HeaderClassName
{
color: #FD8B2E;
}
.AnyTagClassName
{
color: #FD8B2E;
}
</style>
background-color css
<style>
a { background-color: #FD8B2E; }
a { background-color: rgb(253,139,46); }
div.DivClassName
{
background-color: #FD8B2E;
}
.BgClassName
{
background-color: #FD8B2E;
}
</style>
border-color css
<style>
span { border-color: #FD8B2E; }
span { border-color: rgb(253,139,46); }
td.TdClassName
{
border-color: #FD8B2E;
}
.TagClassName
{
border-color: #FD8B2E;
}
</style>