Shades of Carrot Orange #F09628
Tints of Carrot Orange #F09628
RGB
CMYK
RGB Variations
Color information
#F09628 (or 0xF09628) is known color: Carrot Orange. HEX triplet: F0, 96 and 28. RGB value is (240,150,40). Sum of RGB (Red+Green+Blue) = 240+150+40=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F09628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09628 is #0F69D7. Grayscale: #A4A4A4. Windows color (decimal): -1010136 or 2660080. OLE color: 2660080.
HSL color Cylindrical-coordinate representation of color #F09628: hue angle of 33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F09628 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.06 |
| HSL | 33º | 0.87% | 0.55% | - |
| HSV(B) | 33º | 0.83% | 0.94% | - |
| XYZ | 47.22 | 40.49 | 7.33 | - |
| YUV | 164.37 | 57.82 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 40 | 0 | 0.37 | 0.83 | 0.06 | 33 | 0.87 | 0.55 |
| Hex | F0 | 96 | 28 | 0 | 25 | 53 | 6 | 21 | 57 | 37 |
| Octal | 360 | 226 | 50 | 0 | 45 | 123 | 6 | 41 | 127 | 67 |
| Binary | 11110000 | 10010110 | 101000 | 0 | 100101 | 1010011 | 110 | 100001 | 1010111 | 110111 |
Color Harmonies of #F09628
Complementary color
Monochromatic Colors of #F09628
Black with #F09628
Text Example
Text Example
White with #F09628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09628; }
p { color: rgb(240,150,40); }
H1.HeaderClassName
{
color: #F09628;
}
.AnyTagClassName
{
color: #F09628;
}
</style>
background-color css
<style>
a { background-color: #F09628; }
a { background-color: rgb(240,150,40); }
div.DivClassName
{
background-color: #F09628;
}
.BgClassName
{
background-color: #F09628;
}
</style>
border-color css
<style>
span { border-color: #F09628; }
span { border-color: rgb(240,150,40); }
td.TdClassName
{
border-color: #F09628;
}
.TagClassName
{
border-color: #F09628;
}
</style>