Shades of Carrot Orange #F19C25
Tints of Carrot Orange #F19C25
RGB
CMYK
RGB Variations
Color information
#F19C25 (or 0xF19C25) is known color: Carrot Orange. HEX triplet: F1, 9C and 25. RGB value is (241,156,37). Sum of RGB (Red+Green+Blue) = 241+156+37=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C25 is #0E63DA. Grayscale: #A8A8A8. Windows color (decimal): -943067 or 2465009. OLE color: 2465009.
HSL color Cylindrical-coordinate representation of color #F19C25: hue angle of 35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F19C25 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 37 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.05 |
| HSL | 35º | 0.88% | 0.55% | - |
| HSV(B) | 35º | 0.85% | 0.95% | - |
| XYZ | 48.5 | 42.61 | 7.42 | - |
| YUV | 167.85 | 54.16 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 37 | 0 | 0.35 | 0.85 | 0.05 | 35 | 0.88 | 0.55 |
| Hex | F1 | 9C | 25 | 0 | 23 | 55 | 5 | 23 | 58 | 37 |
| Octal | 361 | 234 | 45 | 0 | 43 | 125 | 5 | 43 | 130 | 67 |
| Binary | 11110001 | 10011100 | 100101 | 0 | 100011 | 1010101 | 101 | 100011 | 1011000 | 110111 |
Color Harmonies of #F19C25
Complementary color
Monochromatic Colors of #F19C25
Black with #F19C25
Text Example
Text Example
White with #F19C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C25; }
p { color: rgb(241,156,37); }
H1.HeaderClassName
{
color: #F19C25;
}
.AnyTagClassName
{
color: #F19C25;
}
</style>
background-color css
<style>
a { background-color: #F19C25; }
a { background-color: rgb(241,156,37); }
div.DivClassName
{
background-color: #F19C25;
}
.BgClassName
{
background-color: #F19C25;
}
</style>
border-color css
<style>
span { border-color: #F19C25; }
span { border-color: rgb(241,156,37); }
td.TdClassName
{
border-color: #F19C25;
}
.TagClassName
{
border-color: #F19C25;
}
</style>