Shades of Carrot Orange #F38529
Tints of Carrot Orange #F38529
RGB
CMYK
RGB Variations
Color information
#F38529 (or 0xF38529) is known color: Carrot Orange. HEX triplet: F3, 85 and 29. RGB value is (243,133,41). Sum of RGB (Red+Green+Blue) = 243+133+41=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F38529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38529 is #0C7AD6. Grayscale: #9B9B9B. Windows color (decimal): -817879 or 2721267. OLE color: 2721267.
HSL color Cylindrical-coordinate representation of color #F38529: hue angle of 27.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F38529 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 41 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.05 |
| HSL | 27.33º | 0.89% | 0.56% | - |
| HSV(B) | 27.33º | 0.83% | 0.95% | - |
| XYZ | 45.75 | 35.99 | 6.63 | - |
| YUV | 155.4 | 63.44 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 41 | 0 | 0.45 | 0.83 | 0.05 | 27.33 | 0.89 | 0.56 |
| Hex | F3 | 85 | 29 | 0 | 2D | 53 | 5 | 1B | 59 | 38 |
| Octal | 363 | 205 | 51 | 0 | 55 | 123 | 5 | 33 | 131 | 70 |
| Binary | 11110011 | 10000101 | 101001 | 0 | 101101 | 1010011 | 101 | 11011 | 1011001 | 111000 |
Color Harmonies of #F38529
Complementary color
Monochromatic Colors of #F38529
Black with #F38529
Text Example
Text Example
White with #F38529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38529; }
p { color: rgb(243,133,41); }
H1.HeaderClassName
{
color: #F38529;
}
.AnyTagClassName
{
color: #F38529;
}
</style>
background-color css
<style>
a { background-color: #F38529; }
a { background-color: rgb(243,133,41); }
div.DivClassName
{
background-color: #F38529;
}
.BgClassName
{
background-color: #F38529;
}
</style>
border-color css
<style>
span { border-color: #F38529; }
span { border-color: rgb(243,133,41); }
td.TdClassName
{
border-color: #F38529;
}
.TagClassName
{
border-color: #F38529;
}
</style>