Shades of Carrot Orange #F9911D
Tints of Carrot Orange #F9911D
RGB
CMYK
RGB Variations
Color information
#F9911D (or 0xF9911D) is known color: Carrot Orange. HEX triplet: F9, 91 and 1D. RGB value is (249,145,29). Sum of RGB (Red+Green+Blue) = 249+145+29=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9911D is #066EE2. Grayscale: #A3A3A3. Windows color (decimal): -421603 or 1937913. OLE color: 1937913.
HSL color Cylindrical-coordinate representation of color #F9911D: hue angle of 31.64º 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 #F9911D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 29 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.02 |
| HSL | 31.64º | 0.95% | 0.55% | - |
| HSV(B) | 31.64º | 0.88% | 0.98% | - |
| XYZ | 49.41 | 40.48 | 6.37 | - |
| YUV | 162.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 29 | 0 | 0.42 | 0.88 | 0.02 | 31.64 | 0.95 | 0.55 |
| Hex | F9 | 91 | 1D | 0 | 2A | 58 | 2 | 20 | 5F | 37 |
| Octal | 371 | 221 | 35 | 0 | 52 | 130 | 2 | 40 | 137 | 67 |
| Binary | 11111001 | 10010001 | 11101 | 0 | 101010 | 1011000 | 10 | 100000 | 1011111 | 110111 |
Color Harmonies of #F9911D
Complementary color
Monochromatic Colors of #F9911D
Black with #F9911D
Text Example
Text Example
White with #F9911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9911D; }
p { color: rgb(249,145,29); }
H1.HeaderClassName
{
color: #F9911D;
}
.AnyTagClassName
{
color: #F9911D;
}
</style>
background-color css
<style>
a { background-color: #F9911D; }
a { background-color: rgb(249,145,29); }
div.DivClassName
{
background-color: #F9911D;
}
.BgClassName
{
background-color: #F9911D;
}
</style>
border-color css
<style>
span { border-color: #F9911D; }
span { border-color: rgb(249,145,29); }
td.TdClassName
{
border-color: #F9911D;
}
.TagClassName
{
border-color: #F9911D;
}
</style>