Shades of Carrot Orange #F09A1D
Tints of Carrot Orange #F09A1D
RGB
CMYK
RGB Variations
Color information
#F09A1D (or 0xF09A1D) is known color: Carrot Orange. HEX triplet: F0, 9A and 1D. RGB value is (240,154,29). Sum of RGB (Red+Green+Blue) = 240+154+29=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A1D is #0F65E2. Grayscale: #A6A6A6. Windows color (decimal): -1009123 or 1940208. OLE color: 1940208.
HSL color Cylindrical-coordinate representation of color #F09A1D: hue angle of 35.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F09A1D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 29 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.06 |
| HSL | 35.55º | 0.88% | 0.53% | - |
| HSV(B) | 35.55º | 0.88% | 0.94% | - |
| XYZ | 47.71 | 41.73 | 6.7 | - |
| YUV | 165.46 | 50.99 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 29 | 0 | 0.36 | 0.88 | 0.06 | 35.55 | 0.88 | 0.53 |
| Hex | F0 | 9A | 1D | 0 | 24 | 58 | 6 | 24 | 58 | 35 |
| Octal | 360 | 232 | 35 | 0 | 44 | 130 | 6 | 44 | 130 | 65 |
| Binary | 11110000 | 10011010 | 11101 | 0 | 100100 | 1011000 | 110 | 100100 | 1011000 | 110101 |
Color Harmonies of #F09A1D
Complementary color
Monochromatic Colors of #F09A1D
Black with #F09A1D
Text Example
Text Example
White with #F09A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A1D; }
p { color: rgb(240,154,29); }
H1.HeaderClassName
{
color: #F09A1D;
}
.AnyTagClassName
{
color: #F09A1D;
}
</style>
background-color css
<style>
a { background-color: #F09A1D; }
a { background-color: rgb(240,154,29); }
div.DivClassName
{
background-color: #F09A1D;
}
.BgClassName
{
background-color: #F09A1D;
}
</style>
border-color css
<style>
span { border-color: #F09A1D; }
span { border-color: rgb(240,154,29); }
td.TdClassName
{
border-color: #F09A1D;
}
.TagClassName
{
border-color: #F09A1D;
}
</style>