Shades of Carrot Orange #F38514
Tints of Carrot Orange #F38514
RGB
CMYK
RGB Variations
Color information
#F38514 (or 0xF38514) is known color: Carrot Orange. HEX triplet: F3, 85 and 14. RGB value is (243,133,20). Sum of RGB (Red+Green+Blue) = 243+133+20=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F38514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38514 is #0C7AEB. Grayscale: #999999. Windows color (decimal): -817900 or 1345011. OLE color: 1345011.
HSL color Cylindrical-coordinate representation of color #F38514: hue angle of 30.4º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F38514 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.05 |
| HSL | 30.4º | 0.9% | 0.52% | - |
| HSV(B) | 30.4º | 0.92% | 0.95% | - |
| XYZ | 45.48 | 35.88 | 5.19 | - |
| YUV | 153.01 | 52.94 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 20 | 0 | 0.45 | 0.92 | 0.05 | 30.4 | 0.9 | 0.52 |
| Hex | F3 | 85 | 14 | 0 | 2D | 5C | 5 | 1E | 5A | 34 |
| Octal | 363 | 205 | 24 | 0 | 55 | 134 | 5 | 36 | 132 | 64 |
| Binary | 11110011 | 10000101 | 10100 | 0 | 101101 | 1011100 | 101 | 11110 | 1011010 | 110100 |
Color Harmonies of #F38514
Complementary color
Monochromatic Colors of #F38514
Black with #F38514
Text Example
Text Example
White with #F38514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38514; }
p { color: rgb(243,133,20); }
H1.HeaderClassName
{
color: #F38514;
}
.AnyTagClassName
{
color: #F38514;
}
</style>
background-color css
<style>
a { background-color: #F38514; }
a { background-color: rgb(243,133,20); }
div.DivClassName
{
background-color: #F38514;
}
.BgClassName
{
background-color: #F38514;
}
</style>
border-color css
<style>
span { border-color: #F38514; }
span { border-color: rgb(243,133,20); }
td.TdClassName
{
border-color: #F38514;
}
.TagClassName
{
border-color: #F38514;
}
</style>