Shades of Carrot Orange #F98A1E
Tints of Carrot Orange #F98A1E
RGB
CMYK
RGB Variations
Color information
#F98A1E (or 0xF98A1E) is known color: Carrot Orange. HEX triplet: F9, 8A and 1E. RGB value is (249,138,30). Sum of RGB (Red+Green+Blue) = 249+138+30=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A1E is #0675E1. Grayscale: #9F9F9F. Windows color (decimal): -423394 or 2001657. OLE color: 2001657.
HSL color Cylindrical-coordinate representation of color #F98A1E: hue angle of 29.59º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F98A1E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 30 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.02 |
| HSL | 29.59º | 0.95% | 0.55% | - |
| HSV(B) | 29.59º | 0.88% | 0.98% | - |
| XYZ | 48.39 | 38.41 | 6.09 | - |
| YUV | 158.88 | 55.27 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 30 | 0 | 0.45 | 0.88 | 0.02 | 29.59 | 0.95 | 0.55 |
| Hex | F9 | 8A | 1E | 0 | 2D | 58 | 2 | 1E | 5F | 37 |
| Octal | 371 | 212 | 36 | 0 | 55 | 130 | 2 | 36 | 137 | 67 |
| Binary | 11111001 | 10001010 | 11110 | 0 | 101101 | 1011000 | 10 | 11110 | 1011111 | 110111 |
Color Harmonies of #F98A1E
Complementary color
Monochromatic Colors of #F98A1E
Black with #F98A1E
Text Example
Text Example
White with #F98A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A1E; }
p { color: rgb(249,138,30); }
H1.HeaderClassName
{
color: #F98A1E;
}
.AnyTagClassName
{
color: #F98A1E;
}
</style>
background-color css
<style>
a { background-color: #F98A1E; }
a { background-color: rgb(249,138,30); }
div.DivClassName
{
background-color: #F98A1E;
}
.BgClassName
{
background-color: #F98A1E;
}
</style>
border-color css
<style>
span { border-color: #F98A1E; }
span { border-color: rgb(249,138,30); }
td.TdClassName
{
border-color: #F98A1E;
}
.TagClassName
{
border-color: #F98A1E;
}
</style>