Shades of Carrot Orange #F38521
Tints of Carrot Orange #F38521
RGB
CMYK
RGB Variations
Color information
#F38521 (or 0xF38521) is known color: Carrot Orange. HEX triplet: F3, 85 and 21. RGB value is (243,133,33). Sum of RGB (Red+Green+Blue) = 243+133+33=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F38521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38521 is #0C7ADE. Grayscale: #9B9B9B. Windows color (decimal): -817887 or 2196979. OLE color: 2196979.
HSL color Cylindrical-coordinate representation of color #F38521: hue angle of 28.57º 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 #F38521 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 33 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.05 |
| HSL | 28.57º | 0.9% | 0.54% | - |
| HSV(B) | 28.57º | 0.86% | 0.95% | - |
| XYZ | 45.62 | 35.94 | 5.97 | - |
| YUV | 154.49 | 59.44 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 33 | 0 | 0.45 | 0.86 | 0.05 | 28.57 | 0.9 | 0.54 |
| Hex | F3 | 85 | 21 | 0 | 2D | 56 | 5 | 1D | 5A | 36 |
| Octal | 363 | 205 | 41 | 0 | 55 | 126 | 5 | 35 | 132 | 66 |
| Binary | 11110011 | 10000101 | 100001 | 0 | 101101 | 1010110 | 101 | 11101 | 1011010 | 110110 |
Color Harmonies of #F38521
Complementary color
Monochromatic Colors of #F38521
Black with #F38521
Text Example
Text Example
White with #F38521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38521; }
p { color: rgb(243,133,33); }
H1.HeaderClassName
{
color: #F38521;
}
.AnyTagClassName
{
color: #F38521;
}
</style>
background-color css
<style>
a { background-color: #F38521; }
a { background-color: rgb(243,133,33); }
div.DivClassName
{
background-color: #F38521;
}
.BgClassName
{
background-color: #F38521;
}
</style>
border-color css
<style>
span { border-color: #F38521; }
span { border-color: rgb(243,133,33); }
td.TdClassName
{
border-color: #F38521;
}
.TagClassName
{
border-color: #F38521;
}
</style>