Shades of Carrot Orange #F38223
Tints of Carrot Orange #F38223
RGB
CMYK
RGB Variations
Color information
#F38223 (or 0xF38223) is known color: Carrot Orange. HEX triplet: F3, 82 and 23. RGB value is (243,130,35). Sum of RGB (Red+Green+Blue) = 243+130+35=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F38223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38223 is #0C7DDC. Grayscale: #999999. Windows color (decimal): -818653 or 2327283. OLE color: 2327283.
HSL color Cylindrical-coordinate representation of color #F38223: hue angle of 27.4º 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 #F38223 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 35 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 27.4º | 0.9% | 0.55% | - |
| HSV(B) | 27.4º | 0.86% | 0.95% | - |
| XYZ | 45.25 | 35.14 | 5.99 | - |
| YUV | 152.96 | 61.44 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 35 | 0 | 0.47 | 0.86 | 0.05 | 27.4 | 0.9 | 0.55 |
| Hex | F3 | 82 | 23 | 0 | 2F | 56 | 5 | 1B | 5A | 37 |
| Octal | 363 | 202 | 43 | 0 | 57 | 126 | 5 | 33 | 132 | 67 |
| Binary | 11110011 | 10000010 | 100011 | 0 | 101111 | 1010110 | 101 | 11011 | 1011010 | 110111 |
Color Harmonies of #F38223
Complementary color
Monochromatic Colors of #F38223
Black with #F38223
Text Example
Text Example
White with #F38223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38223; }
p { color: rgb(243,130,35); }
H1.HeaderClassName
{
color: #F38223;
}
.AnyTagClassName
{
color: #F38223;
}
</style>
background-color css
<style>
a { background-color: #F38223; }
a { background-color: rgb(243,130,35); }
div.DivClassName
{
background-color: #F38223;
}
.BgClassName
{
background-color: #F38223;
}
</style>
border-color css
<style>
span { border-color: #F38223; }
span { border-color: rgb(243,130,35); }
td.TdClassName
{
border-color: #F38223;
}
.TagClassName
{
border-color: #F38223;
}
</style>