Shades of Orange #F1AD04
Tints of Orange #F1AD04
RGB
CMYK
RGB Variations
Color information
#F1AD04 (or 0xF1AD04) is known color: Orange. HEX triplet: F1, AD and 04. RGB value is (241,173,4). Sum of RGB (Red+Green+Blue) = 241+173+4=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD04 is #0E52FB. Grayscale: #AEAEAE. Windows color (decimal): -938748 or 306673. OLE color: 306673.
HSL color Cylindrical-coordinate representation of color #F1AD04: hue angle of 42.78º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1AD04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.05 |
| HSL | 42.78º | 0.97% | 0.48% | - |
| HSV(B) | 42.78º | 0.98% | 0.95% | - |
| XYZ | 51.24 | 48.6 | 6.79 | - |
| YUV | 174.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 4 | 0 | 0.28 | 0.98 | 0.05 | 42.78 | 0.97 | 0.48 |
| Hex | F1 | AD | 4 | 0 | 1C | 62 | 5 | 2B | 61 | 30 |
| Octal | 361 | 255 | 4 | 0 | 34 | 142 | 5 | 53 | 141 | 60 |
| Binary | 11110001 | 10101101 | 100 | 0 | 11100 | 1100010 | 101 | 101011 | 1100001 | 110000 |
Color Harmonies of #F1AD04
Complementary color
Monochromatic Colors of #F1AD04
Black with #F1AD04
Text Example
Text Example
White with #F1AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD04; }
p { color: rgb(241,173,4); }
H1.HeaderClassName
{
color: #F1AD04;
}
.AnyTagClassName
{
color: #F1AD04;
}
</style>
background-color css
<style>
a { background-color: #F1AD04; }
a { background-color: rgb(241,173,4); }
div.DivClassName
{
background-color: #F1AD04;
}
.BgClassName
{
background-color: #F1AD04;
}
</style>
border-color css
<style>
span { border-color: #F1AD04; }
span { border-color: rgb(241,173,4); }
td.TdClassName
{
border-color: #F1AD04;
}
.TagClassName
{
border-color: #F1AD04;
}
</style>