Shades of Carrot Orange #FD8B1D
Tints of Carrot Orange #FD8B1D
RGB
CMYK
RGB Variations
Color information
#FD8B1D (or 0xFD8B1D) is known color: Carrot Orange. HEX triplet: FD, 8B and 1D. RGB value is (253,139,29). Sum of RGB (Red+Green+Blue) = 253+139+29=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8B1D is #0274E2. Grayscale: #A1A1A1. Windows color (decimal): -160995 or 1936381. OLE color: 1936381.
HSL color Cylindrical-coordinate representation of color #FD8B1D: hue angle of 29.46º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD8B1D is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 29 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.01 |
| HSL | 29.46º | 0.98% | 0.55% | - |
| HSV(B) | 29.46º | 0.89% | 0.99% | - |
| XYZ | 49.96 | 39.44 | 6.14 | - |
| YUV | 160.55 | 53.77 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 29 | 0 | 0.45 | 0.89 | 0.01 | 29.46 | 0.98 | 0.55 |
| Hex | FD | 8B | 1D | 0 | 2D | 59 | 1 | 1D | 62 | 37 |
| Octal | 375 | 213 | 35 | 0 | 55 | 131 | 1 | 35 | 142 | 67 |
| Binary | 11111101 | 10001011 | 11101 | 0 | 101101 | 1011001 | 1 | 11101 | 1100010 | 110111 |
Color Harmonies of #FD8B1D
Complementary color
Monochromatic Colors of #FD8B1D
Black with #FD8B1D
Text Example
Text Example
White with #FD8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B1D; }
p { color: rgb(253,139,29); }
H1.HeaderClassName
{
color: #FD8B1D;
}
.AnyTagClassName
{
color: #FD8B1D;
}
</style>
background-color css
<style>
a { background-color: #FD8B1D; }
a { background-color: rgb(253,139,29); }
div.DivClassName
{
background-color: #FD8B1D;
}
.BgClassName
{
background-color: #FD8B1D;
}
</style>
border-color css
<style>
span { border-color: #FD8B1D; }
span { border-color: rgb(253,139,29); }
td.TdClassName
{
border-color: #FD8B1D;
}
.TagClassName
{
border-color: #FD8B1D;
}
</style>