Shades of Carrot Orange #F29B1D
Tints of Carrot Orange #F29B1D
RGB
CMYK
RGB Variations
Color information
#F29B1D (or 0xF29B1D) is known color: Carrot Orange. HEX triplet: F2, 9B and 1D. RGB value is (242,155,29). Sum of RGB (Red+Green+Blue) = 242+155+29=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29B1D is #0D64E2. Grayscale: #A7A7A7. Windows color (decimal): -877795 or 1940466. OLE color: 1940466.
HSL color Cylindrical-coordinate representation of color #F29B1D: hue angle of 35.49º 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 #F29B1D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 29 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.05 |
| HSL | 35.49º | 0.89% | 0.53% | - |
| HSV(B) | 35.49º | 0.88% | 0.95% | - |
| XYZ | 48.56 | 42.41 | 6.79 | - |
| YUV | 166.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 29 | 0 | 0.36 | 0.88 | 0.05 | 35.49 | 0.89 | 0.53 |
| Hex | F2 | 9B | 1D | 0 | 24 | 58 | 5 | 23 | 59 | 35 |
| Octal | 362 | 233 | 35 | 0 | 44 | 130 | 5 | 43 | 131 | 65 |
| Binary | 11110010 | 10011011 | 11101 | 0 | 100100 | 1011000 | 101 | 100011 | 1011001 | 110101 |
Color Harmonies of #F29B1D
Complementary color
Monochromatic Colors of #F29B1D
Black with #F29B1D
Text Example
Text Example
White with #F29B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B1D; }
p { color: rgb(242,155,29); }
H1.HeaderClassName
{
color: #F29B1D;
}
.AnyTagClassName
{
color: #F29B1D;
}
</style>
background-color css
<style>
a { background-color: #F29B1D; }
a { background-color: rgb(242,155,29); }
div.DivClassName
{
background-color: #F29B1D;
}
.BgClassName
{
background-color: #F29B1D;
}
</style>
border-color css
<style>
span { border-color: #F29B1D; }
span { border-color: rgb(242,155,29); }
td.TdClassName
{
border-color: #F29B1D;
}
.TagClassName
{
border-color: #F29B1D;
}
</style>