Shades of Carrot Orange #F89C1E
Tints of Carrot Orange #F89C1E
RGB
CMYK
RGB Variations
Color information
#F89C1E (or 0xF89C1E) is known color: Carrot Orange. HEX triplet: F8, 9C and 1E. RGB value is (248,156,30). Sum of RGB (Red+Green+Blue) = 248+156+30=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89C1E is #0763E1. Grayscale: #A9A9A9. Windows color (decimal): -484322 or 2006264. OLE color: 2006264.
HSL color Cylindrical-coordinate representation of color #F89C1E: hue angle of 34.68º 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 #F89C1E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.03 |
| HSL | 34.68º | 0.94% | 0.55% | - |
| HSV(B) | 34.68º | 0.88% | 0.97% | - |
| XYZ | 50.83 | 43.83 | 7.01 | - |
| YUV | 169.14 | 49.48 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 30 | 0 | 0.37 | 0.88 | 0.03 | 34.68 | 0.94 | 0.55 |
| Hex | F8 | 9C | 1E | 0 | 25 | 58 | 3 | 23 | 5E | 37 |
| Octal | 370 | 234 | 36 | 0 | 45 | 130 | 3 | 43 | 136 | 67 |
| Binary | 11111000 | 10011100 | 11110 | 0 | 100101 | 1011000 | 11 | 100011 | 1011110 | 110111 |
Color Harmonies of #F89C1E
Complementary color
Monochromatic Colors of #F89C1E
Black with #F89C1E
Text Example
Text Example
White with #F89C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C1E; }
p { color: rgb(248,156,30); }
H1.HeaderClassName
{
color: #F89C1E;
}
.AnyTagClassName
{
color: #F89C1E;
}
</style>
background-color css
<style>
a { background-color: #F89C1E; }
a { background-color: rgb(248,156,30); }
div.DivClassName
{
background-color: #F89C1E;
}
.BgClassName
{
background-color: #F89C1E;
}
</style>
border-color css
<style>
span { border-color: #F89C1E; }
span { border-color: rgb(248,156,30); }
td.TdClassName
{
border-color: #F89C1E;
}
.TagClassName
{
border-color: #F89C1E;
}
</style>