Shades of Carrot Orange #F09F1B
Tints of Carrot Orange #F09F1B
RGB
CMYK
RGB Variations
Color information
#F09F1B (or 0xF09F1B) is known color: Carrot Orange. HEX triplet: F0, 9F and 1B. RGB value is (240,159,27). Sum of RGB (Red+Green+Blue) = 240+159+27=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09F1B is #0F60E4. Grayscale: #A8A8A8. Windows color (decimal): -1007845 or 1810416. OLE color: 1810416.
HSL color Cylindrical-coordinate representation of color #F09F1B: hue angle of 37.18º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F09F1B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.06 |
| HSL | 37.18º | 0.88% | 0.52% | - |
| HSV(B) | 37.18º | 0.89% | 0.94% | - |
| XYZ | 48.53 | 43.4 | 6.86 | - |
| YUV | 168.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 27 | 0 | 0.34 | 0.89 | 0.06 | 37.18 | 0.88 | 0.52 |
| Hex | F0 | 9F | 1B | 0 | 22 | 59 | 6 | 25 | 58 | 34 |
| Octal | 360 | 237 | 33 | 0 | 42 | 131 | 6 | 45 | 130 | 64 |
| Binary | 11110000 | 10011111 | 11011 | 0 | 100010 | 1011001 | 110 | 100101 | 1011000 | 110100 |
Color Harmonies of #F09F1B
Complementary color
Monochromatic Colors of #F09F1B
Black with #F09F1B
Text Example
Text Example
White with #F09F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F1B; }
p { color: rgb(240,159,27); }
H1.HeaderClassName
{
color: #F09F1B;
}
.AnyTagClassName
{
color: #F09F1B;
}
</style>
background-color css
<style>
a { background-color: #F09F1B; }
a { background-color: rgb(240,159,27); }
div.DivClassName
{
background-color: #F09F1B;
}
.BgClassName
{
background-color: #F09F1B;
}
</style>
border-color css
<style>
span { border-color: #F09F1B; }
span { border-color: rgb(240,159,27); }
td.TdClassName
{
border-color: #F09F1B;
}
.TagClassName
{
border-color: #F09F1B;
}
</style>