Shades of Carrot Orange #FD8A1C
Tints of Carrot Orange #FD8A1C
RGB
CMYK
RGB Variations
Color information
#FD8A1C (or 0xFD8A1C) is known color: Carrot Orange. HEX triplet: FD, 8A and 1C. RGB value is (253,138,28). Sum of RGB (Red+Green+Blue) = 253+138+28=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A1C is #0275E3. Grayscale: #A0A0A0. Windows color (decimal): -161252 or 1870589. OLE color: 1870589.
HSL color Cylindrical-coordinate representation of color #FD8A1C: hue angle of 29.33º 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 #FD8A1C is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 28 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.01 |
| HSL | 29.33º | 0.98% | 0.55% | - |
| HSV(B) | 29.33º | 0.89% | 0.99% | - |
| XYZ | 49.81 | 39.14 | 6.03 | - |
| YUV | 159.85 | 53.6 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 28 | 0 | 0.45 | 0.89 | 0.01 | 29.33 | 0.98 | 0.55 |
| Hex | FD | 8A | 1C | 0 | 2D | 59 | 1 | 1D | 62 | 37 |
| Octal | 375 | 212 | 34 | 0 | 55 | 131 | 1 | 35 | 142 | 67 |
| Binary | 11111101 | 10001010 | 11100 | 0 | 101101 | 1011001 | 1 | 11101 | 1100010 | 110111 |
Color Harmonies of #FD8A1C
Complementary color
Monochromatic Colors of #FD8A1C
Black with #FD8A1C
Text Example
Text Example
White with #FD8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A1C; }
p { color: rgb(253,138,28); }
H1.HeaderClassName
{
color: #FD8A1C;
}
.AnyTagClassName
{
color: #FD8A1C;
}
</style>
background-color css
<style>
a { background-color: #FD8A1C; }
a { background-color: rgb(253,138,28); }
div.DivClassName
{
background-color: #FD8A1C;
}
.BgClassName
{
background-color: #FD8A1C;
}
</style>
border-color css
<style>
span { border-color: #FD8A1C; }
span { border-color: rgb(253,138,28); }
td.TdClassName
{
border-color: #FD8A1C;
}
.TagClassName
{
border-color: #FD8A1C;
}
</style>