Shades of Carrot Orange #F0951B
Tints of Carrot Orange #F0951B
RGB
CMYK
RGB Variations
Color information
#F0951B (or 0xF0951B) is known color: Carrot Orange. HEX triplet: F0, 95 and 1B. RGB value is (240,149,27). Sum of RGB (Red+Green+Blue) = 240+149+27=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0951B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0951B is #0F6AE4. Grayscale: #A2A2A2. Windows color (decimal): -1010405 or 1807856. OLE color: 1807856.
HSL color Cylindrical-coordinate representation of color #F0951B: hue angle of 34.37º 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 #F0951B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 27 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.06 |
| HSL | 34.37º | 0.88% | 0.52% | - |
| HSV(B) | 34.37º | 0.89% | 0.94% | - |
| XYZ | 46.88 | 40.1 | 6.31 | - |
| YUV | 162.3 | 51.65 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 27 | 0 | 0.38 | 0.89 | 0.06 | 34.37 | 0.88 | 0.52 |
| Hex | F0 | 95 | 1B | 0 | 26 | 59 | 6 | 22 | 58 | 34 |
| Octal | 360 | 225 | 33 | 0 | 46 | 131 | 6 | 42 | 130 | 64 |
| Binary | 11110000 | 10010101 | 11011 | 0 | 100110 | 1011001 | 110 | 100010 | 1011000 | 110100 |
Color Harmonies of #F0951B
Complementary color
Monochromatic Colors of #F0951B
Black with #F0951B
Text Example
Text Example
White with #F0951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0951B; }
p { color: rgb(240,149,27); }
H1.HeaderClassName
{
color: #F0951B;
}
.AnyTagClassName
{
color: #F0951B;
}
</style>
background-color css
<style>
a { background-color: #F0951B; }
a { background-color: rgb(240,149,27); }
div.DivClassName
{
background-color: #F0951B;
}
.BgClassName
{
background-color: #F0951B;
}
</style>
border-color css
<style>
span { border-color: #F0951B; }
span { border-color: rgb(240,149,27); }
td.TdClassName
{
border-color: #F0951B;
}
.TagClassName
{
border-color: #F0951B;
}
</style>