Shades of Carrot Orange #FD8A17
Tints of Carrot Orange #FD8A17
RGB
CMYK
RGB Variations
Color information
#FD8A17 (or 0xFD8A17) is known color: Carrot Orange. HEX triplet: FD, 8A and 17. RGB value is (253,138,23). Sum of RGB (Red+Green+Blue) = 253+138+23=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A17 is #0275E8. Grayscale: #9F9F9F. Windows color (decimal): -161257 or 1542909. OLE color: 1542909.
HSL color Cylindrical-coordinate representation of color #FD8A17: hue angle of 30º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD8A17 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 23 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.01 |
| HSL | 30º | 0.98% | 0.54% | - |
| HSV(B) | 30º | 0.91% | 0.99% | - |
| XYZ | 49.75 | 39.12 | 5.74 | - |
| YUV | 159.28 | 51.1 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 23 | 0 | 0.45 | 0.91 | 0.01 | 30 | 0.98 | 0.54 |
| Hex | FD | 8A | 17 | 0 | 2D | 5B | 1 | 1E | 62 | 36 |
| Octal | 375 | 212 | 27 | 0 | 55 | 133 | 1 | 36 | 142 | 66 |
| Binary | 11111101 | 10001010 | 10111 | 0 | 101101 | 1011011 | 1 | 11110 | 1100010 | 110110 |
Color Harmonies of #FD8A17
Complementary color
Monochromatic Colors of #FD8A17
Black with #FD8A17
Text Example
Text Example
White with #FD8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A17; }
p { color: rgb(253,138,23); }
H1.HeaderClassName
{
color: #FD8A17;
}
.AnyTagClassName
{
color: #FD8A17;
}
</style>
background-color css
<style>
a { background-color: #FD8A17; }
a { background-color: rgb(253,138,23); }
div.DivClassName
{
background-color: #FD8A17;
}
.BgClassName
{
background-color: #FD8A17;
}
</style>
border-color css
<style>
span { border-color: #FD8A17; }
span { border-color: rgb(253,138,23); }
td.TdClassName
{
border-color: #FD8A17;
}
.TagClassName
{
border-color: #FD8A17;
}
</style>