Shades of Carrot Orange #F89D20
Tints of Carrot Orange #F89D20
RGB
CMYK
RGB Variations
Color information
#F89D20 (or 0xF89D20) is known color: Carrot Orange. HEX triplet: F8, 9D and 20. RGB value is (248,157,32). Sum of RGB (Red+Green+Blue) = 248+157+32=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D20 is #0762DF. Grayscale: #AAAAAA. Windows color (decimal): -484064 or 2137592. OLE color: 2137592.
HSL color Cylindrical-coordinate representation of color #F89D20: hue angle of 34.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F89D20 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 32 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.03 |
| HSL | 34.72º | 0.94% | 0.55% | - |
| HSV(B) | 34.72º | 0.87% | 0.97% | - |
| XYZ | 51.03 | 44.17 | 7.2 | - |
| YUV | 169.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 32 | 0 | 0.37 | 0.87 | 0.03 | 34.72 | 0.94 | 0.55 |
| Hex | F8 | 9D | 20 | 0 | 25 | 57 | 3 | 23 | 5E | 37 |
| Octal | 370 | 235 | 40 | 0 | 45 | 127 | 3 | 43 | 136 | 67 |
| Binary | 11111000 | 10011101 | 100000 | 0 | 100101 | 1010111 | 11 | 100011 | 1011110 | 110111 |
Color Harmonies of #F89D20
Complementary color
Monochromatic Colors of #F89D20
Black with #F89D20
Text Example
Text Example
White with #F89D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D20; }
p { color: rgb(248,157,32); }
H1.HeaderClassName
{
color: #F89D20;
}
.AnyTagClassName
{
color: #F89D20;
}
</style>
background-color css
<style>
a { background-color: #F89D20; }
a { background-color: rgb(248,157,32); }
div.DivClassName
{
background-color: #F89D20;
}
.BgClassName
{
background-color: #F89D20;
}
</style>
border-color css
<style>
span { border-color: #F89D20; }
span { border-color: rgb(248,157,32); }
td.TdClassName
{
border-color: #F89D20;
}
.TagClassName
{
border-color: #F89D20;
}
</style>