Shades of Carrot Orange #F98C1D
Tints of Carrot Orange #F98C1D
RGB
CMYK
RGB Variations
Color information
#F98C1D (or 0xF98C1D) is known color: Carrot Orange. HEX triplet: F9, 8C and 1D. RGB value is (249,140,29). Sum of RGB (Red+Green+Blue) = 249+140+29=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C1D is #0673E2. Grayscale: #A0A0A0. Windows color (decimal): -422883 or 1936633. OLE color: 1936633.
HSL color Cylindrical-coordinate representation of color #F98C1D: hue angle of 30.27º 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 #F98C1D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.02 |
| HSL | 30.27º | 0.95% | 0.55% | - |
| HSV(B) | 30.27º | 0.88% | 0.98% | - |
| XYZ | 48.67 | 38.98 | 6.12 | - |
| YUV | 159.94 | 54.11 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 29 | 0 | 0.44 | 0.88 | 0.02 | 30.27 | 0.95 | 0.55 |
| Hex | F9 | 8C | 1D | 0 | 2C | 58 | 2 | 1E | 5F | 37 |
| Octal | 371 | 214 | 35 | 0 | 54 | 130 | 2 | 36 | 137 | 67 |
| Binary | 11111001 | 10001100 | 11101 | 0 | 101100 | 1011000 | 10 | 11110 | 1011111 | 110111 |
Color Harmonies of #F98C1D
Complementary color
Monochromatic Colors of #F98C1D
Black with #F98C1D
Text Example
Text Example
White with #F98C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C1D; }
p { color: rgb(249,140,29); }
H1.HeaderClassName
{
color: #F98C1D;
}
.AnyTagClassName
{
color: #F98C1D;
}
</style>
background-color css
<style>
a { background-color: #F98C1D; }
a { background-color: rgb(249,140,29); }
div.DivClassName
{
background-color: #F98C1D;
}
.BgClassName
{
background-color: #F98C1D;
}
</style>
border-color css
<style>
span { border-color: #F98C1D; }
span { border-color: rgb(249,140,29); }
td.TdClassName
{
border-color: #F98C1D;
}
.TagClassName
{
border-color: #F98C1D;
}
</style>