Shades of Orange #F4AD04
Tints of Orange #F4AD04
RGB
CMYK
RGB Variations
Color information
#F4AD04 (or 0xF4AD04) is known color: Orange. HEX triplet: F4, AD and 04. RGB value is (244,173,4). Sum of RGB (Red+Green+Blue) = 244+173+4=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AD04 is #0B52FB. Grayscale: #AFAFAF. Windows color (decimal): -742140 or 306676. OLE color: 306676.
HSL color Cylindrical-coordinate representation of color #F4AD04: hue angle of 42.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4AD04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.04 |
| HSL | 42.25º | 0.97% | 0.49% | - |
| HSV(B) | 42.25º | 0.98% | 0.96% | - |
| XYZ | 52.27 | 49.13 | 6.84 | - |
| YUV | 174.96 | 31.52 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 4 | 0 | 0.29 | 0.98 | 0.04 | 42.25 | 0.97 | 0.49 |
| Hex | F4 | AD | 4 | 0 | 1D | 62 | 4 | 2A | 61 | 31 |
| Octal | 364 | 255 | 4 | 0 | 35 | 142 | 4 | 52 | 141 | 61 |
| Binary | 11110100 | 10101101 | 100 | 0 | 11101 | 1100010 | 100 | 101010 | 1100001 | 110001 |
Color Harmonies of #F4AD04
Complementary color
Monochromatic Colors of #F4AD04
Black with #F4AD04
Text Example
Text Example
White with #F4AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AD04; }
p { color: rgb(244,173,4); }
H1.HeaderClassName
{
color: #F4AD04;
}
.AnyTagClassName
{
color: #F4AD04;
}
</style>
background-color css
<style>
a { background-color: #F4AD04; }
a { background-color: rgb(244,173,4); }
div.DivClassName
{
background-color: #F4AD04;
}
.BgClassName
{
background-color: #F4AD04;
}
</style>
border-color css
<style>
span { border-color: #F4AD04; }
span { border-color: rgb(244,173,4); }
td.TdClassName
{
border-color: #F4AD04;
}
.TagClassName
{
border-color: #F4AD04;
}
</style>