Shades of Carrot Orange #F19D1D
Tints of Carrot Orange #F19D1D
RGB
CMYK
RGB Variations
Color information
#F19D1D (or 0xF19D1D) is known color: Carrot Orange. HEX triplet: F1, 9D and 1D. RGB value is (241,157,29). Sum of RGB (Red+Green+Blue) = 241+157+29=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D1D is #0E62E2. Grayscale: #A8A8A8. Windows color (decimal): -942819 or 1940977. OLE color: 1940977.
HSL color Cylindrical-coordinate representation of color #F19D1D: hue angle of 36.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F19D1D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 29 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.05 |
| HSL | 36.23º | 0.88% | 0.53% | - |
| HSV(B) | 36.23º | 0.88% | 0.95% | - |
| XYZ | 48.55 | 42.9 | 6.88 | - |
| YUV | 167.52 | 49.83 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 29 | 0 | 0.35 | 0.88 | 0.05 | 36.23 | 0.88 | 0.53 |
| Hex | F1 | 9D | 1D | 0 | 23 | 58 | 5 | 24 | 58 | 35 |
| Octal | 361 | 235 | 35 | 0 | 43 | 130 | 5 | 44 | 130 | 65 |
| Binary | 11110001 | 10011101 | 11101 | 0 | 100011 | 1011000 | 101 | 100100 | 1011000 | 110101 |
Color Harmonies of #F19D1D
Complementary color
Monochromatic Colors of #F19D1D
Black with #F19D1D
Text Example
Text Example
White with #F19D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D1D; }
p { color: rgb(241,157,29); }
H1.HeaderClassName
{
color: #F19D1D;
}
.AnyTagClassName
{
color: #F19D1D;
}
</style>
background-color css
<style>
a { background-color: #F19D1D; }
a { background-color: rgb(241,157,29); }
div.DivClassName
{
background-color: #F19D1D;
}
.BgClassName
{
background-color: #F19D1D;
}
</style>
border-color css
<style>
span { border-color: #F19D1D; }
span { border-color: rgb(241,157,29); }
td.TdClassName
{
border-color: #F19D1D;
}
.TagClassName
{
border-color: #F19D1D;
}
</style>