Shades of Carrot Orange #F19714
Tints of Carrot Orange #F19714
RGB
CMYK
RGB Variations
Color information
#F19714 (or 0xF19714) is known color: Carrot Orange. HEX triplet: F1, 97 and 14. RGB value is (241,151,20). Sum of RGB (Red+Green+Blue) = 241+151+20=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19714 is #0E68EB. Grayscale: #A3A3A3. Windows color (decimal): -944364 or 1349617. OLE color: 1349617.
HSL color Cylindrical-coordinate representation of color #F19714: hue angle of 35.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F19714 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.05 |
| HSL | 35.57º | 0.89% | 0.51% | - |
| HSV(B) | 35.57º | 0.92% | 0.95% | - |
| XYZ | 47.47 | 40.88 | 6.05 | - |
| YUV | 162.98 | 47.32 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 20 | 0 | 0.37 | 0.92 | 0.05 | 35.57 | 0.89 | 0.51 |
| Hex | F1 | 97 | 14 | 0 | 25 | 5C | 5 | 24 | 59 | 33 |
| Octal | 361 | 227 | 24 | 0 | 45 | 134 | 5 | 44 | 131 | 63 |
| Binary | 11110001 | 10010111 | 10100 | 0 | 100101 | 1011100 | 101 | 100100 | 1011001 | 110011 |
Color Harmonies of #F19714
Complementary color
Monochromatic Colors of #F19714
Black with #F19714
Text Example
Text Example
White with #F19714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19714; }
p { color: rgb(241,151,20); }
H1.HeaderClassName
{
color: #F19714;
}
.AnyTagClassName
{
color: #F19714;
}
</style>
background-color css
<style>
a { background-color: #F19714; }
a { background-color: rgb(241,151,20); }
div.DivClassName
{
background-color: #F19714;
}
.BgClassName
{
background-color: #F19714;
}
</style>
border-color css
<style>
span { border-color: #F19714; }
span { border-color: rgb(241,151,20); }
td.TdClassName
{
border-color: #F19714;
}
.TagClassName
{
border-color: #F19714;
}
</style>