Shades of Carrot Orange #F28719
Tints of Carrot Orange #F28719
RGB
CMYK
RGB Variations
Color information
#F28719 (or 0xF28719) is known color: Carrot Orange. HEX triplet: F2, 87 and 19. RGB value is (242,135,25). Sum of RGB (Red+Green+Blue) = 242+135+25=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28719 is #0D78E6. Grayscale: #9B9B9B. Windows color (decimal): -882919 or 1673202. OLE color: 1673202.
HSL color Cylindrical-coordinate representation of color #F28719: hue angle of 30.41º 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 #F28719 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 25 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.05 |
| HSL | 30.41º | 0.89% | 0.52% | - |
| HSV(B) | 30.41º | 0.9% | 0.95% | - |
| XYZ | 45.46 | 36.28 | 5.53 | - |
| YUV | 154.45 | 54.95 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 25 | 0 | 0.44 | 0.90 | 0.05 | 30.41 | 0.89 | 0.52 |
| Hex | F2 | 87 | 19 | 0 | 2C | 5A | 5 | 1E | 59 | 34 |
| Octal | 362 | 207 | 31 | 0 | 54 | 132 | 5 | 36 | 131 | 64 |
| Binary | 11110010 | 10000111 | 11001 | 0 | 101100 | 1011010 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F28719
Complementary color
Monochromatic Colors of #F28719
Black with #F28719
Text Example
Text Example
White with #F28719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28719; }
p { color: rgb(242,135,25); }
H1.HeaderClassName
{
color: #F28719;
}
.AnyTagClassName
{
color: #F28719;
}
</style>
background-color css
<style>
a { background-color: #F28719; }
a { background-color: rgb(242,135,25); }
div.DivClassName
{
background-color: #F28719;
}
.BgClassName
{
background-color: #F28719;
}
</style>
border-color css
<style>
span { border-color: #F28719; }
span { border-color: rgb(242,135,25); }
td.TdClassName
{
border-color: #F28719;
}
.TagClassName
{
border-color: #F28719;
}
</style>