Shades of Orange #F1AA08
Tints of Orange #F1AA08
RGB
CMYK
RGB Variations
Color information
#F1AA08 (or 0xF1AA08) is known color: Orange. HEX triplet: F1, AA and 08. RGB value is (241,170,8). Sum of RGB (Red+Green+Blue) = 241+170+8=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AA08 is #0E55F7. Grayscale: #ADADAD. Windows color (decimal): -939512 or 568049. OLE color: 568049.
HSL color Cylindrical-coordinate representation of color #F1AA08: hue angle of 41.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1AA08 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.05 |
| HSL | 41.72º | 0.94% | 0.49% | - |
| HSV(B) | 41.72º | 0.97% | 0.95% | - |
| XYZ | 50.69 | 47.47 | 6.72 | - |
| YUV | 172.76 | 35.02 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 8 | 0 | 0.29 | 0.97 | 0.05 | 41.72 | 0.94 | 0.49 |
| Hex | F1 | AA | 8 | 0 | 1D | 61 | 5 | 2A | 5E | 31 |
| Octal | 361 | 252 | 10 | 0 | 35 | 141 | 5 | 52 | 136 | 61 |
| Binary | 11110001 | 10101010 | 1000 | 0 | 11101 | 1100001 | 101 | 101010 | 1011110 | 110001 |
Color Harmonies of #F1AA08
Complementary color
Monochromatic Colors of #F1AA08
Black with #F1AA08
Text Example
Text Example
White with #F1AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA08; }
p { color: rgb(241,170,8); }
H1.HeaderClassName
{
color: #F1AA08;
}
.AnyTagClassName
{
color: #F1AA08;
}
</style>
background-color css
<style>
a { background-color: #F1AA08; }
a { background-color: rgb(241,170,8); }
div.DivClassName
{
background-color: #F1AA08;
}
.BgClassName
{
background-color: #F1AA08;
}
</style>
border-color css
<style>
span { border-color: #F1AA08; }
span { border-color: rgb(241,170,8); }
td.TdClassName
{
border-color: #F1AA08;
}
.TagClassName
{
border-color: #F1AA08;
}
</style>