Shades of Orange #F0AD07
Tints of Orange #F0AD07
RGB
CMYK
RGB Variations
Color information
#F0AD07 (or 0xF0AD07) is known color: Orange. HEX triplet: F0, AD and 07. RGB value is (240,173,7). Sum of RGB (Red+Green+Blue) = 240+173+7=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AD07 is #0F52F8. Grayscale: #AEAEAE. Windows color (decimal): -1004281 or 503280. OLE color: 503280.
HSL color Cylindrical-coordinate representation of color #F0AD07: hue angle of 42.75º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0AD07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.06 |
| HSL | 42.75º | 0.94% | 0.48% | - |
| HSV(B) | 42.75º | 0.97% | 0.94% | - |
| XYZ | 50.92 | 48.43 | 6.86 | - |
| YUV | 174.11 | 33.7 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 7 | 0 | 0.28 | 0.97 | 0.06 | 42.75 | 0.94 | 0.48 |
| Hex | F0 | AD | 7 | 0 | 1C | 61 | 6 | 2B | 5E | 30 |
| Octal | 360 | 255 | 7 | 0 | 34 | 141 | 6 | 53 | 136 | 60 |
| Binary | 11110000 | 10101101 | 111 | 0 | 11100 | 1100001 | 110 | 101011 | 1011110 | 110000 |
Color Harmonies of #F0AD07
Complementary color
Monochromatic Colors of #F0AD07
Black with #F0AD07
Text Example
Text Example
White with #F0AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD07; }
p { color: rgb(240,173,7); }
H1.HeaderClassName
{
color: #F0AD07;
}
.AnyTagClassName
{
color: #F0AD07;
}
</style>
background-color css
<style>
a { background-color: #F0AD07; }
a { background-color: rgb(240,173,7); }
div.DivClassName
{
background-color: #F0AD07;
}
.BgClassName
{
background-color: #F0AD07;
}
</style>
border-color css
<style>
span { border-color: #F0AD07; }
span { border-color: rgb(240,173,7); }
td.TdClassName
{
border-color: #F0AD07;
}
.TagClassName
{
border-color: #F0AD07;
}
</style>