Shades of Carrot Orange #F19328
Tints of Carrot Orange #F19328
RGB
CMYK
RGB Variations
Color information
#F19328 (or 0xF19328) is known color: Carrot Orange. HEX triplet: F1, 93 and 28. RGB value is (241,147,40). Sum of RGB (Red+Green+Blue) = 241+147+40=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F19328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19328 is #0E6CD7. Grayscale: #A3A3A3. Windows color (decimal): -945368 or 2659313. OLE color: 2659313.
HSL color Cylindrical-coordinate representation of color #F19328: hue angle of 31.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F19328 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 40 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.05 |
| HSL | 31.94º | 0.88% | 0.55% | - |
| HSV(B) | 31.94º | 0.83% | 0.95% | - |
| XYZ | 47.09 | 39.72 | 7.19 | - |
| YUV | 162.91 | 58.64 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 40 | 0 | 0.39 | 0.83 | 0.05 | 31.94 | 0.88 | 0.55 |
| Hex | F1 | 93 | 28 | 0 | 27 | 53 | 5 | 20 | 58 | 37 |
| Octal | 361 | 223 | 50 | 0 | 47 | 123 | 5 | 40 | 130 | 67 |
| Binary | 11110001 | 10010011 | 101000 | 0 | 100111 | 1010011 | 101 | 100000 | 1011000 | 110111 |
Color Harmonies of #F19328
Complementary color
Monochromatic Colors of #F19328
Black with #F19328
Text Example
Text Example
White with #F19328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19328; }
p { color: rgb(241,147,40); }
H1.HeaderClassName
{
color: #F19328;
}
.AnyTagClassName
{
color: #F19328;
}
</style>
background-color css
<style>
a { background-color: #F19328; }
a { background-color: rgb(241,147,40); }
div.DivClassName
{
background-color: #F19328;
}
.BgClassName
{
background-color: #F19328;
}
</style>
border-color css
<style>
span { border-color: #F19328; }
span { border-color: rgb(241,147,40); }
td.TdClassName
{
border-color: #F19328;
}
.TagClassName
{
border-color: #F19328;
}
</style>