Shades of Carrot Orange #F3A01D
Tints of Carrot Orange #F3A01D
RGB
CMYK
RGB Variations
Color information
#F3A01D (or 0xF3A01D) is known color: Carrot Orange. HEX triplet: F3, A0 and 1D. RGB value is (243,160,29). Sum of RGB (Red+Green+Blue) = 243+160+29=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A01D is #0C5FE2. Grayscale: #AAAAAA. Windows color (decimal): -810979 or 1941747. OLE color: 1941747.
HSL color Cylindrical-coordinate representation of color #F3A01D: hue angle of 36.73º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3A01D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.05 |
| HSL | 36.73º | 0.9% | 0.53% | - |
| HSV(B) | 36.73º | 0.88% | 0.95% | - |
| XYZ | 49.75 | 44.29 | 7.09 | - |
| YUV | 169.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 29 | 0 | 0.34 | 0.88 | 0.05 | 36.73 | 0.9 | 0.53 |
| Hex | F3 | A0 | 1D | 0 | 22 | 58 | 5 | 25 | 5A | 35 |
| Octal | 363 | 240 | 35 | 0 | 42 | 130 | 5 | 45 | 132 | 65 |
| Binary | 11110011 | 10100000 | 11101 | 0 | 100010 | 1011000 | 101 | 100101 | 1011010 | 110101 |
Color Harmonies of #F3A01D
Complementary color
Monochromatic Colors of #F3A01D
Black with #F3A01D
Text Example
Text Example
White with #F3A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A01D; }
p { color: rgb(243,160,29); }
H1.HeaderClassName
{
color: #F3A01D;
}
.AnyTagClassName
{
color: #F3A01D;
}
</style>
background-color css
<style>
a { background-color: #F3A01D; }
a { background-color: rgb(243,160,29); }
div.DivClassName
{
background-color: #F3A01D;
}
.BgClassName
{
background-color: #F3A01D;
}
</style>
border-color css
<style>
span { border-color: #F3A01D; }
span { border-color: rgb(243,160,29); }
td.TdClassName
{
border-color: #F3A01D;
}
.TagClassName
{
border-color: #F3A01D;
}
</style>