Shades of Carrot Orange #F3901B
Tints of Carrot Orange #F3901B
RGB
CMYK
RGB Variations
Color information
#F3901B (or 0xF3901B) is known color: Carrot Orange. HEX triplet: F3, 90 and 1B. RGB value is (243,144,27). Sum of RGB (Red+Green+Blue) = 243+144+27=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F3901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3901B is #0C6FE4. Grayscale: #A0A0A0. Windows color (decimal): -815077 or 1806579. OLE color: 1806579.
HSL color Cylindrical-coordinate representation of color #F3901B: hue angle of 32.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3901B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 27 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.05 |
| HSL | 32.5º | 0.9% | 0.53% | - |
| HSV(B) | 32.5º | 0.89% | 0.95% | - |
| XYZ | 47.13 | 39.08 | 6.1 | - |
| YUV | 160.26 | 52.8 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 27 | 0 | 0.41 | 0.89 | 0.05 | 32.5 | 0.9 | 0.53 |
| Hex | F3 | 90 | 1B | 0 | 29 | 59 | 5 | 20 | 5A | 35 |
| Octal | 363 | 220 | 33 | 0 | 51 | 131 | 5 | 40 | 132 | 65 |
| Binary | 11110011 | 10010000 | 11011 | 0 | 101001 | 1011001 | 101 | 100000 | 1011010 | 110101 |
Color Harmonies of #F3901B
Complementary color
Monochromatic Colors of #F3901B
Black with #F3901B
Text Example
Text Example
White with #F3901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3901B; }
p { color: rgb(243,144,27); }
H1.HeaderClassName
{
color: #F3901B;
}
.AnyTagClassName
{
color: #F3901B;
}
</style>
background-color css
<style>
a { background-color: #F3901B; }
a { background-color: rgb(243,144,27); }
div.DivClassName
{
background-color: #F3901B;
}
.BgClassName
{
background-color: #F3901B;
}
</style>
border-color css
<style>
span { border-color: #F3901B; }
span { border-color: rgb(243,144,27); }
td.TdClassName
{
border-color: #F3901B;
}
.TagClassName
{
border-color: #F3901B;
}
</style>