Shades of Carrot Orange #F07F21
Tints of Carrot Orange #F07F21
RGB
CMYK
RGB Variations
Color information
#F07F21 (or 0xF07F21) is known color: Carrot Orange. HEX triplet: F0, 7F and 21. RGB value is (240,127,33). Sum of RGB (Red+Green+Blue) = 240+127+33=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F21 is #0F80DE. Grayscale: #969696. Windows color (decimal): -1016031 or 2195440. OLE color: 2195440.
HSL color Cylindrical-coordinate representation of color #F07F21: hue angle of 27.25º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F07F21 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 33 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.06 |
| HSL | 27.25º | 0.87% | 0.54% | - |
| HSV(B) | 27.25º | 0.86% | 0.94% | - |
| XYZ | 43.8 | 33.81 | 5.66 | - |
| YUV | 150.07 | 61.94 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 33 | 0 | 0.47 | 0.86 | 0.06 | 27.25 | 0.87 | 0.54 |
| Hex | F0 | 7F | 21 | 0 | 2F | 56 | 6 | 1B | 57 | 36 |
| Octal | 360 | 177 | 41 | 0 | 57 | 126 | 6 | 33 | 127 | 66 |
| Binary | 11110000 | 1111111 | 100001 | 0 | 101111 | 1010110 | 110 | 11011 | 1010111 | 110110 |
Color Harmonies of #F07F21
Complementary color
Monochromatic Colors of #F07F21
Black with #F07F21
Text Example
Text Example
White with #F07F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F21; }
p { color: rgb(240,127,33); }
H1.HeaderClassName
{
color: #F07F21;
}
.AnyTagClassName
{
color: #F07F21;
}
</style>
background-color css
<style>
a { background-color: #F07F21; }
a { background-color: rgb(240,127,33); }
div.DivClassName
{
background-color: #F07F21;
}
.BgClassName
{
background-color: #F07F21;
}
</style>
border-color css
<style>
span { border-color: #F07F21; }
span { border-color: rgb(240,127,33); }
td.TdClassName
{
border-color: #F07F21;
}
.TagClassName
{
border-color: #F07F21;
}
</style>