Shades of Orange #F2A507
Tints of Orange #F2A507
RGB
CMYK
RGB Variations
Color information
#F2A507 (or 0xF2A507) is known color: Orange. HEX triplet: F2, A5 and 07. RGB value is (242,165,7). Sum of RGB (Red+Green+Blue) = 242+165+7=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A507 is #0D5AF8. Grayscale: #AAAAAA. Windows color (decimal): -875257 or 501234. OLE color: 501234.
HSL color Cylindrical-coordinate representation of color #F2A507: hue angle of 40.34º 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 #F2A507 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.05 |
| HSL | 40.34º | 0.94% | 0.49% | - |
| HSV(B) | 40.34º | 0.97% | 0.95% | - |
| XYZ | 50.11 | 45.8 | 6.4 | - |
| YUV | 170.01 | 36.01 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 7 | 0 | 0.32 | 0.97 | 0.05 | 40.34 | 0.94 | 0.49 |
| Hex | F2 | A5 | 7 | 0 | 20 | 61 | 5 | 28 | 5E | 31 |
| Octal | 362 | 245 | 7 | 0 | 40 | 141 | 5 | 50 | 136 | 61 |
| Binary | 11110010 | 10100101 | 111 | 0 | 100000 | 1100001 | 101 | 101000 | 1011110 | 110001 |
Color Harmonies of #F2A507
Complementary color
Monochromatic Colors of #F2A507
Black with #F2A507
Text Example
Text Example
White with #F2A507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A507; }
p { color: rgb(242,165,7); }
H1.HeaderClassName
{
color: #F2A507;
}
.AnyTagClassName
{
color: #F2A507;
}
</style>
background-color css
<style>
a { background-color: #F2A507; }
a { background-color: rgb(242,165,7); }
div.DivClassName
{
background-color: #F2A507;
}
.BgClassName
{
background-color: #F2A507;
}
</style>
border-color css
<style>
span { border-color: #F2A507; }
span { border-color: rgb(242,165,7); }
td.TdClassName
{
border-color: #F2A507;
}
.TagClassName
{
border-color: #F2A507;
}
</style>