Shades of Carrot Orange #F28F1C
Tints of Carrot Orange #F28F1C
RGB
CMYK
RGB Variations
Color information
#F28F1C (or 0xF28F1C) is known color: Carrot Orange. HEX triplet: F2, 8F and 1C. RGB value is (242,143,28). Sum of RGB (Red+Green+Blue) = 242+143+28=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F1C is #0D70E3. Grayscale: #A0A0A0. Windows color (decimal): -880868 or 1871858. OLE color: 1871858.
HSL color Cylindrical-coordinate representation of color #F28F1C: hue angle of 32.24º degrees, saturation: 0.89, 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 #F28F1C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 28 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.05 |
| HSL | 32.24º | 0.89% | 0.53% | - |
| HSV(B) | 32.24º | 0.88% | 0.95% | - |
| XYZ | 46.65 | 38.61 | 6.09 | - |
| YUV | 159.49 | 53.8 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 28 | 0 | 0.41 | 0.88 | 0.05 | 32.24 | 0.89 | 0.53 |
| Hex | F2 | 8F | 1C | 0 | 29 | 58 | 5 | 20 | 59 | 35 |
| Octal | 362 | 217 | 34 | 0 | 51 | 130 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10001111 | 11100 | 0 | 101001 | 1011000 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F28F1C
Complementary color
Monochromatic Colors of #F28F1C
Black with #F28F1C
Text Example
Text Example
White with #F28F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F1C; }
p { color: rgb(242,143,28); }
H1.HeaderClassName
{
color: #F28F1C;
}
.AnyTagClassName
{
color: #F28F1C;
}
</style>
background-color css
<style>
a { background-color: #F28F1C; }
a { background-color: rgb(242,143,28); }
div.DivClassName
{
background-color: #F28F1C;
}
.BgClassName
{
background-color: #F28F1C;
}
</style>
border-color css
<style>
span { border-color: #F28F1C; }
span { border-color: rgb(242,143,28); }
td.TdClassName
{
border-color: #F28F1C;
}
.TagClassName
{
border-color: #F28F1C;
}
</style>