Shades of Carrot Orange #F89A1C
Tints of Carrot Orange #F89A1C
RGB
CMYK
RGB Variations
Color information
#F89A1C (or 0xF89A1C) is known color: Carrot Orange. HEX triplet: F8, 9A and 1C. RGB value is (248,154,28). Sum of RGB (Red+Green+Blue) = 248+154+28=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A1C is #0765E3. Grayscale: #A8A8A8. Windows color (decimal): -484836 or 1874680. OLE color: 1874680.
HSL color Cylindrical-coordinate representation of color #F89A1C: hue angle of 34.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F89A1C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 28 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.03 |
| HSL | 34.36º | 0.94% | 0.54% | - |
| HSV(B) | 34.36º | 0.89% | 0.97% | - |
| XYZ | 50.48 | 43.15 | 6.77 | - |
| YUV | 167.74 | 49.14 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 28 | 0 | 0.38 | 0.89 | 0.03 | 34.36 | 0.94 | 0.54 |
| Hex | F8 | 9A | 1C | 0 | 26 | 59 | 3 | 22 | 5E | 36 |
| Octal | 370 | 232 | 34 | 0 | 46 | 131 | 3 | 42 | 136 | 66 |
| Binary | 11111000 | 10011010 | 11100 | 0 | 100110 | 1011001 | 11 | 100010 | 1011110 | 110110 |
Color Harmonies of #F89A1C
Complementary color
Monochromatic Colors of #F89A1C
Black with #F89A1C
Text Example
Text Example
White with #F89A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A1C; }
p { color: rgb(248,154,28); }
H1.HeaderClassName
{
color: #F89A1C;
}
.AnyTagClassName
{
color: #F89A1C;
}
</style>
background-color css
<style>
a { background-color: #F89A1C; }
a { background-color: rgb(248,154,28); }
div.DivClassName
{
background-color: #F89A1C;
}
.BgClassName
{
background-color: #F89A1C;
}
</style>
border-color css
<style>
span { border-color: #F89A1C; }
span { border-color: rgb(248,154,28); }
td.TdClassName
{
border-color: #F89A1C;
}
.TagClassName
{
border-color: #F89A1C;
}
</style>