Shades of Carrot Orange #F28023
Tints of Carrot Orange #F28023
RGB
CMYK
RGB Variations
Color information
#F28023 (or 0xF28023) is known color: Carrot Orange. HEX triplet: F2, 80 and 23. RGB value is (242,128,35). Sum of RGB (Red+Green+Blue) = 242+128+35=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F28023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28023 is #0D7FDC. Grayscale: #979797. Windows color (decimal): -884701 or 2326770. OLE color: 2326770.
HSL color Cylindrical-coordinate representation of color #F28023: hue angle of 26.96º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F28023 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 35 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 26.96º | 0.89% | 0.54% | - |
| HSV(B) | 26.96º | 0.86% | 0.95% | - |
| XYZ | 44.64 | 34.44 | 5.88 | - |
| YUV | 151.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 35 | 0 | 0.47 | 0.86 | 0.05 | 26.96 | 0.89 | 0.54 |
| Hex | F2 | 80 | 23 | 0 | 2F | 56 | 5 | 1B | 59 | 36 |
| Octal | 362 | 200 | 43 | 0 | 57 | 126 | 5 | 33 | 131 | 66 |
| Binary | 11110010 | 10000000 | 100011 | 0 | 101111 | 1010110 | 101 | 11011 | 1011001 | 110110 |
Color Harmonies of #F28023
Complementary color
Monochromatic Colors of #F28023
Black with #F28023
Text Example
Text Example
White with #F28023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28023; }
p { color: rgb(242,128,35); }
H1.HeaderClassName
{
color: #F28023;
}
.AnyTagClassName
{
color: #F28023;
}
</style>
background-color css
<style>
a { background-color: #F28023; }
a { background-color: rgb(242,128,35); }
div.DivClassName
{
background-color: #F28023;
}
.BgClassName
{
background-color: #F28023;
}
</style>
border-color css
<style>
span { border-color: #F28023; }
span { border-color: rgb(242,128,35); }
td.TdClassName
{
border-color: #F28023;
}
.TagClassName
{
border-color: #F28023;
}
</style>