Shades of Carrot Orange #F38122
Tints of Carrot Orange #F38122
RGB
CMYK
RGB Variations
Color information
#F38122 (or 0xF38122) is known color: Carrot Orange. HEX triplet: F3, 81 and 22. RGB value is (243,129,34). Sum of RGB (Red+Green+Blue) = 243+129+34=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F38122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38122 is #0C7EDD. Grayscale: #989898. Windows color (decimal): -818910 or 2261491. OLE color: 2261491.
HSL color Cylindrical-coordinate representation of color #F38122: hue angle of 27.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F38122 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 34 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 27.27º | 0.9% | 0.54% | - |
| HSV(B) | 27.27º | 0.86% | 0.95% | - |
| XYZ | 45.1 | 34.87 | 5.87 | - |
| YUV | 152.26 | 61.27 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 34 | 0 | 0.47 | 0.86 | 0.05 | 27.27 | 0.9 | 0.54 |
| Hex | F3 | 81 | 22 | 0 | 2F | 56 | 5 | 1B | 5A | 36 |
| Octal | 363 | 201 | 42 | 0 | 57 | 126 | 5 | 33 | 132 | 66 |
| Binary | 11110011 | 10000001 | 100010 | 0 | 101111 | 1010110 | 101 | 11011 | 1011010 | 110110 |
Color Harmonies of #F38122
Complementary color
Monochromatic Colors of #F38122
Black with #F38122
Text Example
Text Example
White with #F38122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38122; }
p { color: rgb(243,129,34); }
H1.HeaderClassName
{
color: #F38122;
}
.AnyTagClassName
{
color: #F38122;
}
</style>
background-color css
<style>
a { background-color: #F38122; }
a { background-color: rgb(243,129,34); }
div.DivClassName
{
background-color: #F38122;
}
.BgClassName
{
background-color: #F38122;
}
</style>
border-color css
<style>
span { border-color: #F38122; }
span { border-color: rgb(243,129,34); }
td.TdClassName
{
border-color: #F38122;
}
.TagClassName
{
border-color: #F38122;
}
</style>