Shades of Carrot Orange #F89A1F
Tints of Carrot Orange #F89A1F
RGB
CMYK
RGB Variations
Color information
#F89A1F (or 0xF89A1F) is known color: Carrot Orange. HEX triplet: F8, 9A and 1F. RGB value is (248,154,31). Sum of RGB (Red+Green+Blue) = 248+154+31=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A1F is #0765E0. Grayscale: #A8A8A8. Windows color (decimal): -484833 or 2071288. OLE color: 2071288.
HSL color Cylindrical-coordinate representation of color #F89A1F: hue angle of 34.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F89A1F is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 31 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.03 |
| HSL | 34.01º | 0.94% | 0.55% | - |
| HSV(B) | 34.01º | 0.88% | 0.97% | - |
| XYZ | 50.51 | 43.17 | 6.97 | - |
| YUV | 168.08 | 50.64 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 31 | 0 | 0.38 | 0.88 | 0.03 | 34.01 | 0.94 | 0.55 |
| Hex | F8 | 9A | 1F | 0 | 26 | 58 | 3 | 22 | 5E | 37 |
| Octal | 370 | 232 | 37 | 0 | 46 | 130 | 3 | 42 | 136 | 67 |
| Binary | 11111000 | 10011010 | 11111 | 0 | 100110 | 1011000 | 11 | 100010 | 1011110 | 110111 |
Color Harmonies of #F89A1F
Complementary color
Monochromatic Colors of #F89A1F
Black with #F89A1F
Text Example
Text Example
White with #F89A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A1F; }
p { color: rgb(248,154,31); }
H1.HeaderClassName
{
color: #F89A1F;
}
.AnyTagClassName
{
color: #F89A1F;
}
</style>
background-color css
<style>
a { background-color: #F89A1F; }
a { background-color: rgb(248,154,31); }
div.DivClassName
{
background-color: #F89A1F;
}
.BgClassName
{
background-color: #F89A1F;
}
</style>
border-color css
<style>
span { border-color: #F89A1F; }
span { border-color: rgb(248,154,31); }
td.TdClassName
{
border-color: #F89A1F;
}
.TagClassName
{
border-color: #F89A1F;
}
</style>