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