Shades of Carrot Orange #F28323
Tints of Carrot Orange #F28323
RGB
CMYK
RGB Variations
Color information
#F28323 (or 0xF28323) is known color: Carrot Orange. HEX triplet: F2, 83 and 23. RGB value is (242,131,35). Sum of RGB (Red+Green+Blue) = 242+131+35=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F28323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28323 is #0D7CDC. Grayscale: #999999. Windows color (decimal): -883933 or 2327538. OLE color: 2327538.
HSL color Cylindrical-coordinate representation of color #F28323: hue angle of 27.83º 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 #F28323 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 35 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.05 |
| HSL | 27.83º | 0.89% | 0.54% | - |
| HSV(B) | 27.83º | 0.86% | 0.95% | - |
| XYZ | 45.04 | 35.23 | 6.02 | - |
| YUV | 153.25 | 61.27 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 35 | 0 | 0.46 | 0.86 | 0.05 | 27.83 | 0.89 | 0.54 |
| Hex | F2 | 83 | 23 | 0 | 2E | 56 | 5 | 1C | 59 | 36 |
| Octal | 362 | 203 | 43 | 0 | 56 | 126 | 5 | 34 | 131 | 66 |
| Binary | 11110010 | 10000011 | 100011 | 0 | 101110 | 1010110 | 101 | 11100 | 1011001 | 110110 |
Color Harmonies of #F28323
Complementary color
Monochromatic Colors of #F28323
Black with #F28323
Text Example
Text Example
White with #F28323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28323; }
p { color: rgb(242,131,35); }
H1.HeaderClassName
{
color: #F28323;
}
.AnyTagClassName
{
color: #F28323;
}
</style>
background-color css
<style>
a { background-color: #F28323; }
a { background-color: rgb(242,131,35); }
div.DivClassName
{
background-color: #F28323;
}
.BgClassName
{
background-color: #F28323;
}
</style>
border-color css
<style>
span { border-color: #F28323; }
span { border-color: rgb(242,131,35); }
td.TdClassName
{
border-color: #F28323;
}
.TagClassName
{
border-color: #F28323;
}
</style>