Shades of Orange #F2A600
Tints of Orange #F2A600
RGB
CMYK
RGB Variations
Color information
#F2A600 (or 0xF2A600) is known color: Orange. HEX triplet: F2, A6 and 00. RGB value is (242,166,0). Sum of RGB (Red+Green+Blue) = 242+166+0=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A600 is #0D59FF. Grayscale: #AAAAAA. Windows color (decimal): -875008 or 42738. OLE color: 42738.
HSL color Cylindrical-coordinate representation of color #F2A600: hue angle of 41.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2A600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.05 |
| HSL | 41.16º | 1% | 0.47% | - |
| HSV(B) | 41.16º | 1% | 0.95% | - |
| XYZ | 50.25 | 46.15 | 6.26 | - |
| YUV | 169.8 | 32.18 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 0 | 0 | 0.31 | 1 | 0.05 | 41.16 | 1 | 0.47 |
| Hex | F2 | A6 | 0 | 0 | 1F | 64 | 5 | 29 | 64 | 2F |
| Octal | 362 | 246 | 0 | 0 | 37 | 144 | 5 | 51 | 144 | 57 |
| Binary | 11110010 | 10100110 | 0 | 0 | 11111 | 1100100 | 101 | 101001 | 1100100 | 101111 |
Color Harmonies of #F2A600
Complementary color
Monochromatic Colors of #F2A600
Black with #F2A600
Text Example
Text Example
White with #F2A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A600; }
p { color: rgb(242,166,0); }
H1.HeaderClassName
{
color: #F2A600;
}
.AnyTagClassName
{
color: #F2A600;
}
</style>
background-color css
<style>
a { background-color: #F2A600; }
a { background-color: rgb(242,166,0); }
div.DivClassName
{
background-color: #F2A600;
}
.BgClassName
{
background-color: #F2A600;
}
</style>
border-color css
<style>
span { border-color: #F2A600; }
span { border-color: rgb(242,166,0); }
td.TdClassName
{
border-color: #F2A600;
}
.TagClassName
{
border-color: #F2A600;
}
</style>