Shades of Carrot Orange #F28219
Tints of Carrot Orange #F28219
RGB
CMYK
RGB Variations
Color information
#F28219 (or 0xF28219) is known color: Carrot Orange. HEX triplet: F2, 82 and 19. RGB value is (242,130,25). Sum of RGB (Red+Green+Blue) = 242+130+25=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28219 is #0D7DE6. Grayscale: #989898. Windows color (decimal): -884199 or 1671922. OLE color: 1671922.
HSL color Cylindrical-coordinate representation of color #F28219: hue angle of 29.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28219 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 25 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.05 |
| HSL | 29.03º | 0.89% | 0.52% | - |
| HSV(B) | 29.03º | 0.9% | 0.95% | - |
| XYZ | 44.78 | 34.91 | 5.3 | - |
| YUV | 151.52 | 56.61 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 25 | 0 | 0.46 | 0.90 | 0.05 | 29.03 | 0.89 | 0.52 |
| Hex | F2 | 82 | 19 | 0 | 2E | 5A | 5 | 1D | 59 | 34 |
| Octal | 362 | 202 | 31 | 0 | 56 | 132 | 5 | 35 | 131 | 64 |
| Binary | 11110010 | 10000010 | 11001 | 0 | 101110 | 1011010 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F28219
Complementary color
Monochromatic Colors of #F28219
Black with #F28219
Text Example
Text Example
White with #F28219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28219; }
p { color: rgb(242,130,25); }
H1.HeaderClassName
{
color: #F28219;
}
.AnyTagClassName
{
color: #F28219;
}
</style>
background-color css
<style>
a { background-color: #F28219; }
a { background-color: rgb(242,130,25); }
div.DivClassName
{
background-color: #F28219;
}
.BgClassName
{
background-color: #F28219;
}
</style>
border-color css
<style>
span { border-color: #F28219; }
span { border-color: rgb(242,130,25); }
td.TdClassName
{
border-color: #F28219;
}
.TagClassName
{
border-color: #F28219;
}
</style>