Shades of Carrot Orange #F29423
Tints of Carrot Orange #F29423
RGB
CMYK
RGB Variations
Color information
#F29423 (or 0xF29423) is known color: Carrot Orange. HEX triplet: F2, 94 and 23. RGB value is (242,148,35). Sum of RGB (Red+Green+Blue) = 242+148+35=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F29423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29423 is #0D6BDC. Grayscale: #A3A3A3. Windows color (decimal): -879581 or 2331890. OLE color: 2331890.
HSL color Cylindrical-coordinate representation of color #F29423: hue angle of 32.75º 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 #F29423 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 35 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.05 |
| HSL | 32.75º | 0.89% | 0.54% | - |
| HSV(B) | 32.75º | 0.86% | 0.95% | - |
| XYZ | 47.51 | 40.18 | 6.84 | - |
| YUV | 163.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 35 | 0 | 0.39 | 0.86 | 0.05 | 32.75 | 0.89 | 0.54 |
| Hex | F2 | 94 | 23 | 0 | 27 | 56 | 5 | 21 | 59 | 36 |
| Octal | 362 | 224 | 43 | 0 | 47 | 126 | 5 | 41 | 131 | 66 |
| Binary | 11110010 | 10010100 | 100011 | 0 | 100111 | 1010110 | 101 | 100001 | 1011001 | 110110 |
Color Harmonies of #F29423
Complementary color
Monochromatic Colors of #F29423
Black with #F29423
Text Example
Text Example
White with #F29423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29423; }
p { color: rgb(242,148,35); }
H1.HeaderClassName
{
color: #F29423;
}
.AnyTagClassName
{
color: #F29423;
}
</style>
background-color css
<style>
a { background-color: #F29423; }
a { background-color: rgb(242,148,35); }
div.DivClassName
{
background-color: #F29423;
}
.BgClassName
{
background-color: #F29423;
}
</style>
border-color css
<style>
span { border-color: #F29423; }
span { border-color: rgb(242,148,35); }
td.TdClassName
{
border-color: #F29423;
}
.TagClassName
{
border-color: #F29423;
}
</style>