Shades of Carrot Orange #F9911E
Tints of Carrot Orange #F9911E
RGB
CMYK
RGB Variations
Color information
#F9911E (or 0xF9911E) is known color: Carrot Orange. HEX triplet: F9, 91 and 1E. RGB value is (249,145,30). Sum of RGB (Red+Green+Blue) = 249+145+30=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9911E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9911E is #066EE1. Grayscale: #A3A3A3. Windows color (decimal): -421602 or 2003449. OLE color: 2003449.
HSL color Cylindrical-coordinate representation of color #F9911E: hue angle of 31.51º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9911E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.02 |
| HSL | 31.51º | 0.95% | 0.55% | - |
| HSV(B) | 31.51º | 0.88% | 0.98% | - |
| XYZ | 49.43 | 40.48 | 6.44 | - |
| YUV | 162.99 | 52.96 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 30 | 0 | 0.42 | 0.88 | 0.02 | 31.51 | 0.95 | 0.55 |
| Hex | F9 | 91 | 1E | 0 | 2A | 58 | 2 | 20 | 5F | 37 |
| Octal | 371 | 221 | 36 | 0 | 52 | 130 | 2 | 40 | 137 | 67 |
| Binary | 11111001 | 10010001 | 11110 | 0 | 101010 | 1011000 | 10 | 100000 | 1011111 | 110111 |
Color Harmonies of #F9911E
Complementary color
Monochromatic Colors of #F9911E
Black with #F9911E
Text Example
Text Example
White with #F9911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9911E; }
p { color: rgb(249,145,30); }
H1.HeaderClassName
{
color: #F9911E;
}
.AnyTagClassName
{
color: #F9911E;
}
</style>
background-color css
<style>
a { background-color: #F9911E; }
a { background-color: rgb(249,145,30); }
div.DivClassName
{
background-color: #F9911E;
}
.BgClassName
{
background-color: #F9911E;
}
</style>
border-color css
<style>
span { border-color: #F9911E; }
span { border-color: rgb(249,145,30); }
td.TdClassName
{
border-color: #F9911E;
}
.TagClassName
{
border-color: #F9911E;
}
</style>