Shades of Carrot Orange #F38123
Tints of Carrot Orange #F38123
RGB
CMYK
RGB Variations
Color information
#F38123 (or 0xF38123) is known color: Carrot Orange. HEX triplet: F3, 81 and 23. RGB value is (243,129,35). Sum of RGB (Red+Green+Blue) = 243+129+35=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F38123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38123 is #0C7EDC. Grayscale: #989898. Windows color (decimal): -818909 or 2327027. OLE color: 2327027.
HSL color Cylindrical-coordinate representation of color #F38123: hue angle of 27.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F38123 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 35 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 27.12º | 0.9% | 0.55% | - |
| HSV(B) | 27.12º | 0.86% | 0.95% | - |
| XYZ | 45.12 | 34.88 | 5.94 | - |
| YUV | 152.37 | 61.77 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 35 | 0 | 0.47 | 0.86 | 0.05 | 27.12 | 0.9 | 0.55 |
| Hex | F3 | 81 | 23 | 0 | 2F | 56 | 5 | 1B | 5A | 37 |
| Octal | 363 | 201 | 43 | 0 | 57 | 126 | 5 | 33 | 132 | 67 |
| Binary | 11110011 | 10000001 | 100011 | 0 | 101111 | 1010110 | 101 | 11011 | 1011010 | 110111 |
Color Harmonies of #F38123
Complementary color
Monochromatic Colors of #F38123
Black with #F38123
Text Example
Text Example
White with #F38123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38123; }
p { color: rgb(243,129,35); }
H1.HeaderClassName
{
color: #F38123;
}
.AnyTagClassName
{
color: #F38123;
}
</style>
background-color css
<style>
a { background-color: #F38123; }
a { background-color: rgb(243,129,35); }
div.DivClassName
{
background-color: #F38123;
}
.BgClassName
{
background-color: #F38123;
}
</style>
border-color css
<style>
span { border-color: #F38123; }
span { border-color: rgb(243,129,35); }
td.TdClassName
{
border-color: #F38123;
}
.TagClassName
{
border-color: #F38123;
}
</style>