Shades of Orange #F2A700
Tints of Orange #F2A700
RGB
CMYK
RGB Variations
Color information
#F2A700 (or 0xF2A700) is known color: Orange. HEX triplet: F2, A7 and 00. RGB value is (242,167,0). Sum of RGB (Red+Green+Blue) = 242+167+0=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A700 is #0D58FF. Grayscale: #ABABAB. Windows color (decimal): -874752 or 42994. OLE color: 42994.
HSL color Cylindrical-coordinate representation of color #F2A700: hue angle of 41.4º 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 #F2A700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.05 |
| HSL | 41.4º | 1% | 0.47% | - |
| HSV(B) | 41.4º | 1% | 0.95% | - |
| XYZ | 50.44 | 46.51 | 6.32 | - |
| YUV | 170.39 | 31.85 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 0 | 0 | 0.31 | 1 | 0.05 | 41.4 | 1 | 0.47 |
| Hex | F2 | A7 | 0 | 0 | 1F | 64 | 5 | 29 | 64 | 2F |
| Octal | 362 | 247 | 0 | 0 | 37 | 144 | 5 | 51 | 144 | 57 |
| Binary | 11110010 | 10100111 | 0 | 0 | 11111 | 1100100 | 101 | 101001 | 1100100 | 101111 |
Color Harmonies of #F2A700
Complementary color
Monochromatic Colors of #F2A700
Black with #F2A700
Text Example
Text Example
White with #F2A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A700; }
p { color: rgb(242,167,0); }
H1.HeaderClassName
{
color: #F2A700;
}
.AnyTagClassName
{
color: #F2A700;
}
</style>
background-color css
<style>
a { background-color: #F2A700; }
a { background-color: rgb(242,167,0); }
div.DivClassName
{
background-color: #F2A700;
}
.BgClassName
{
background-color: #F2A700;
}
</style>
border-color css
<style>
span { border-color: #F2A700; }
span { border-color: rgb(242,167,0); }
td.TdClassName
{
border-color: #F2A700;
}
.TagClassName
{
border-color: #F2A700;
}
</style>