Shades of Carrot Orange #F89A1D
Tints of Carrot Orange #F89A1D
RGB
CMYK
RGB Variations
Color information
#F89A1D (or 0xF89A1D) is known color: Carrot Orange. HEX triplet: F8, 9A and 1D. RGB value is (248,154,29). Sum of RGB (Red+Green+Blue) = 248+154+29=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A1D is #0765E2. Grayscale: #A8A8A8. Windows color (decimal): -484835 or 1940216. OLE color: 1940216.
HSL color Cylindrical-coordinate representation of color #F89A1D: hue angle of 34.25º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F89A1D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.03 |
| HSL | 34.25º | 0.94% | 0.54% | - |
| HSV(B) | 34.25º | 0.88% | 0.97% | - |
| XYZ | 50.49 | 43.16 | 6.83 | - |
| YUV | 167.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 29 | 0 | 0.38 | 0.88 | 0.03 | 34.25 | 0.94 | 0.54 |
| Hex | F8 | 9A | 1D | 0 | 26 | 58 | 3 | 22 | 5E | 36 |
| Octal | 370 | 232 | 35 | 0 | 46 | 130 | 3 | 42 | 136 | 66 |
| Binary | 11111000 | 10011010 | 11101 | 0 | 100110 | 1011000 | 11 | 100010 | 1011110 | 110110 |
Color Harmonies of #F89A1D
Complementary color
Monochromatic Colors of #F89A1D
Black with #F89A1D
Text Example
Text Example
White with #F89A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A1D; }
p { color: rgb(248,154,29); }
H1.HeaderClassName
{
color: #F89A1D;
}
.AnyTagClassName
{
color: #F89A1D;
}
</style>
background-color css
<style>
a { background-color: #F89A1D; }
a { background-color: rgb(248,154,29); }
div.DivClassName
{
background-color: #F89A1D;
}
.BgClassName
{
background-color: #F89A1D;
}
</style>
border-color css
<style>
span { border-color: #F89A1D; }
span { border-color: rgb(248,154,29); }
td.TdClassName
{
border-color: #F89A1D;
}
.TagClassName
{
border-color: #F89A1D;
}
</style>