Shades of Orange #F0AD02
Tints of Orange #F0AD02
RGB
CMYK
RGB Variations
Color information
#F0AD02 (or 0xF0AD02) is known color: Orange. HEX triplet: F0, AD and 02. RGB value is (240,173,2). Sum of RGB (Red+Green+Blue) = 240+173+2=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AD02 is #0F52FD. Grayscale: #AEAEAE. Windows color (decimal): -1004286 or 175600. OLE color: 175600.
HSL color Cylindrical-coordinate representation of color #F0AD02: hue angle of 43.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0AD02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.06 |
| HSL | 43.11º | 0.98% | 0.47% | - |
| HSV(B) | 43.11º | 0.99% | 0.94% | - |
| XYZ | 50.89 | 48.42 | 6.72 | - |
| YUV | 173.54 | 31.2 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 2 | 0 | 0.28 | 0.99 | 0.06 | 43.11 | 0.98 | 0.47 |
| Hex | F0 | AD | 2 | 0 | 1C | 63 | 6 | 2B | 62 | 2F |
| Octal | 360 | 255 | 2 | 0 | 34 | 143 | 6 | 53 | 142 | 57 |
| Binary | 11110000 | 10101101 | 10 | 0 | 11100 | 1100011 | 110 | 101011 | 1100010 | 101111 |
Color Harmonies of #F0AD02
Complementary color
Monochromatic Colors of #F0AD02
Black with #F0AD02
Text Example
Text Example
White with #F0AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD02; }
p { color: rgb(240,173,2); }
H1.HeaderClassName
{
color: #F0AD02;
}
.AnyTagClassName
{
color: #F0AD02;
}
</style>
background-color css
<style>
a { background-color: #F0AD02; }
a { background-color: rgb(240,173,2); }
div.DivClassName
{
background-color: #F0AD02;
}
.BgClassName
{
background-color: #F0AD02;
}
</style>
border-color css
<style>
span { border-color: #F0AD02; }
span { border-color: rgb(240,173,2); }
td.TdClassName
{
border-color: #F0AD02;
}
.TagClassName
{
border-color: #F0AD02;
}
</style>