Shades of Carrot Orange #F29527
Tints of Carrot Orange #F29527
RGB
CMYK
RGB Variations
Color information
#F29527 (or 0xF29527) is known color: Carrot Orange. HEX triplet: F2, 95 and 27. RGB value is (242,149,39). Sum of RGB (Red+Green+Blue) = 242+149+39=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F29527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29527 is #0D6AD8. Grayscale: #A4A4A4. Windows color (decimal): -879321 or 2594290. OLE color: 2594290.
HSL color Cylindrical-coordinate representation of color #F29527: hue angle of 32.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F29527 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 39 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.05 |
| HSL | 32.51º | 0.89% | 0.55% | - |
| HSV(B) | 32.51º | 0.84% | 0.95% | - |
| XYZ | 47.73 | 40.52 | 7.22 | - |
| YUV | 164.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 39 | 0 | 0.38 | 0.84 | 0.05 | 32.51 | 0.89 | 0.55 |
| Hex | F2 | 95 | 27 | 0 | 26 | 54 | 5 | 21 | 59 | 37 |
| Octal | 362 | 225 | 47 | 0 | 46 | 124 | 5 | 41 | 131 | 67 |
| Binary | 11110010 | 10010101 | 100111 | 0 | 100110 | 1010100 | 101 | 100001 | 1011001 | 110111 |
Color Harmonies of #F29527
Complementary color
Monochromatic Colors of #F29527
Black with #F29527
Text Example
Text Example
White with #F29527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29527; }
p { color: rgb(242,149,39); }
H1.HeaderClassName
{
color: #F29527;
}
.AnyTagClassName
{
color: #F29527;
}
</style>
background-color css
<style>
a { background-color: #F29527; }
a { background-color: rgb(242,149,39); }
div.DivClassName
{
background-color: #F29527;
}
.BgClassName
{
background-color: #F29527;
}
</style>
border-color css
<style>
span { border-color: #F29527; }
span { border-color: rgb(242,149,39); }
td.TdClassName
{
border-color: #F29527;
}
.TagClassName
{
border-color: #F29527;
}
</style>