Shades of Carrot Orange #F89D1F
Tints of Carrot Orange #F89D1F
RGB
CMYK
RGB Variations
Color information
#F89D1F (or 0xF89D1F) is known color: Carrot Orange. HEX triplet: F8, 9D and 1F. RGB value is (248,157,31). Sum of RGB (Red+Green+Blue) = 248+157+31=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D1F is #0762E0. Grayscale: #AAAAAA. Windows color (decimal): -484065 or 2072056. OLE color: 2072056.
HSL color Cylindrical-coordinate representation of color #F89D1F: hue angle of 34.84º 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 #F89D1F is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 31 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.03 |
| HSL | 34.84º | 0.94% | 0.55% | - |
| HSV(B) | 34.84º | 0.88% | 0.97% | - |
| XYZ | 51.02 | 44.17 | 7.13 | - |
| YUV | 169.85 | 49.65 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 31 | 0 | 0.37 | 0.88 | 0.03 | 34.84 | 0.94 | 0.55 |
| Hex | F8 | 9D | 1F | 0 | 25 | 58 | 3 | 23 | 5E | 37 |
| Octal | 370 | 235 | 37 | 0 | 45 | 130 | 3 | 43 | 136 | 67 |
| Binary | 11111000 | 10011101 | 11111 | 0 | 100101 | 1011000 | 11 | 100011 | 1011110 | 110111 |
Color Harmonies of #F89D1F
Complementary color
Monochromatic Colors of #F89D1F
Black with #F89D1F
Text Example
Text Example
White with #F89D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D1F; }
p { color: rgb(248,157,31); }
H1.HeaderClassName
{
color: #F89D1F;
}
.AnyTagClassName
{
color: #F89D1F;
}
</style>
background-color css
<style>
a { background-color: #F89D1F; }
a { background-color: rgb(248,157,31); }
div.DivClassName
{
background-color: #F89D1F;
}
.BgClassName
{
background-color: #F89D1F;
}
</style>
border-color css
<style>
span { border-color: #F89D1F; }
span { border-color: rgb(248,157,31); }
td.TdClassName
{
border-color: #F89D1F;
}
.TagClassName
{
border-color: #F89D1F;
}
</style>