Shades of Carrot Orange #FD8A1F
Tints of Carrot Orange #FD8A1F
RGB
CMYK
RGB Variations
Color information
#FD8A1F (or 0xFD8A1F) is known color: Carrot Orange. HEX triplet: FD, 8A and 1F. RGB value is (253,138,31). Sum of RGB (Red+Green+Blue) = 253+138+31=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A1F is #0275E0. Grayscale: #A0A0A0. Windows color (decimal): -161249 or 2067197. OLE color: 2067197.
HSL color Cylindrical-coordinate representation of color #FD8A1F: hue angle of 28.92º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD8A1F is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 31 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.01 |
| HSL | 28.92º | 0.98% | 0.56% | - |
| HSV(B) | 28.92º | 0.88% | 0.99% | - |
| XYZ | 49.84 | 39.16 | 6.23 | - |
| YUV | 160.19 | 55.1 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 31 | 0 | 0.45 | 0.88 | 0.01 | 28.92 | 0.98 | 0.56 |
| Hex | FD | 8A | 1F | 0 | 2D | 58 | 1 | 1D | 62 | 38 |
| Octal | 375 | 212 | 37 | 0 | 55 | 130 | 1 | 35 | 142 | 70 |
| Binary | 11111101 | 10001010 | 11111 | 0 | 101101 | 1011000 | 1 | 11101 | 1100010 | 111000 |
Color Harmonies of #FD8A1F
Complementary color
Monochromatic Colors of #FD8A1F
Black with #FD8A1F
Text Example
Text Example
White with #FD8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A1F; }
p { color: rgb(253,138,31); }
H1.HeaderClassName
{
color: #FD8A1F;
}
.AnyTagClassName
{
color: #FD8A1F;
}
</style>
background-color css
<style>
a { background-color: #FD8A1F; }
a { background-color: rgb(253,138,31); }
div.DivClassName
{
background-color: #FD8A1F;
}
.BgClassName
{
background-color: #FD8A1F;
}
</style>
border-color css
<style>
span { border-color: #FD8A1F; }
span { border-color: rgb(253,138,31); }
td.TdClassName
{
border-color: #FD8A1F;
}
.TagClassName
{
border-color: #FD8A1F;
}
</style>