Shades of Orange #F0AD03
Tints of Orange #F0AD03
RGB
CMYK
RGB Variations
Color information
#F0AD03 (or 0xF0AD03) is known color: Orange. HEX triplet: F0, AD and 03. RGB value is (240,173,3). Sum of RGB (Red+Green+Blue) = 240+173+3=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AD03 is #0F52FC. Grayscale: #AEAEAE. Windows color (decimal): -1004285 or 241136. OLE color: 241136.
HSL color Cylindrical-coordinate representation of color #F0AD03: hue angle of 43.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0AD03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.06 |
| HSL | 43.04º | 0.98% | 0.48% | - |
| HSV(B) | 43.04º | 0.99% | 0.94% | - |
| XYZ | 50.9 | 48.42 | 6.75 | - |
| YUV | 173.65 | 31.7 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 3 | 0 | 0.28 | 0.99 | 0.06 | 43.04 | 0.98 | 0.48 |
| Hex | F0 | AD | 3 | 0 | 1C | 63 | 6 | 2B | 62 | 30 |
| Octal | 360 | 255 | 3 | 0 | 34 | 143 | 6 | 53 | 142 | 60 |
| Binary | 11110000 | 10101101 | 11 | 0 | 11100 | 1100011 | 110 | 101011 | 1100010 | 110000 |
Color Harmonies of #F0AD03
Complementary color
Monochromatic Colors of #F0AD03
Black with #F0AD03
Text Example
Text Example
White with #F0AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD03; }
p { color: rgb(240,173,3); }
H1.HeaderClassName
{
color: #F0AD03;
}
.AnyTagClassName
{
color: #F0AD03;
}
</style>
background-color css
<style>
a { background-color: #F0AD03; }
a { background-color: rgb(240,173,3); }
div.DivClassName
{
background-color: #F0AD03;
}
.BgClassName
{
background-color: #F0AD03;
}
</style>
border-color css
<style>
span { border-color: #F0AD03; }
span { border-color: rgb(240,173,3); }
td.TdClassName
{
border-color: #F0AD03;
}
.TagClassName
{
border-color: #F0AD03;
}
</style>