Shades of Carrot Orange #F09B1B
Tints of Carrot Orange #F09B1B
RGB
CMYK
RGB Variations
Color information
#F09B1B (or 0xF09B1B) is known color: Carrot Orange. HEX triplet: F0, 9B and 1B. RGB value is (240,155,27). Sum of RGB (Red+Green+Blue) = 240+155+27=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09B1B is #0F64E4. Grayscale: #A6A6A6. Windows color (decimal): -1008869 or 1809392. OLE color: 1809392.
HSL color Cylindrical-coordinate representation of color #F09B1B: hue angle of 36.06º 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 #F09B1B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.06 |
| HSL | 36.06º | 0.88% | 0.52% | - |
| HSV(B) | 36.06º | 0.89% | 0.94% | - |
| XYZ | 47.85 | 42.05 | 6.63 | - |
| YUV | 165.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 27 | 0 | 0.35 | 0.89 | 0.06 | 36.06 | 0.88 | 0.52 |
| Hex | F0 | 9B | 1B | 0 | 23 | 59 | 6 | 24 | 58 | 34 |
| Octal | 360 | 233 | 33 | 0 | 43 | 131 | 6 | 44 | 130 | 64 |
| Binary | 11110000 | 10011011 | 11011 | 0 | 100011 | 1011001 | 110 | 100100 | 1011000 | 110100 |
Color Harmonies of #F09B1B
Complementary color
Monochromatic Colors of #F09B1B
Black with #F09B1B
Text Example
Text Example
White with #F09B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B1B; }
p { color: rgb(240,155,27); }
H1.HeaderClassName
{
color: #F09B1B;
}
.AnyTagClassName
{
color: #F09B1B;
}
</style>
background-color css
<style>
a { background-color: #F09B1B; }
a { background-color: rgb(240,155,27); }
div.DivClassName
{
background-color: #F09B1B;
}
.BgClassName
{
background-color: #F09B1B;
}
</style>
border-color css
<style>
span { border-color: #F09B1B; }
span { border-color: rgb(240,155,27); }
td.TdClassName
{
border-color: #F09B1B;
}
.TagClassName
{
border-color: #F09B1B;
}
</style>