Shades of Orange #F2A508
Tints of Orange #F2A508
RGB
CMYK
RGB Variations
Color information
#F2A508 (or 0xF2A508) is known color: Orange. HEX triplet: F2, A5 and 08. RGB value is (242,165,8). Sum of RGB (Red+Green+Blue) = 242+165+8=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A508 is #0D5AF7. Grayscale: #AAAAAA. Windows color (decimal): -875256 or 566770. OLE color: 566770.
HSL color Cylindrical-coordinate representation of color #F2A508: hue angle of 40.26º 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 #F2A508 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.05 |
| HSL | 40.26º | 0.94% | 0.49% | - |
| HSV(B) | 40.26º | 0.97% | 0.95% | - |
| XYZ | 50.12 | 45.81 | 6.43 | - |
| YUV | 170.13 | 36.51 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 8 | 0 | 0.32 | 0.97 | 0.05 | 40.26 | 0.94 | 0.49 |
| Hex | F2 | A5 | 8 | 0 | 20 | 61 | 5 | 28 | 5E | 31 |
| Octal | 362 | 245 | 10 | 0 | 40 | 141 | 5 | 50 | 136 | 61 |
| Binary | 11110010 | 10100101 | 1000 | 0 | 100000 | 1100001 | 101 | 101000 | 1011110 | 110001 |
Color Harmonies of #F2A508
Complementary color
Monochromatic Colors of #F2A508
Black with #F2A508
Text Example
Text Example
White with #F2A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A508; }
p { color: rgb(242,165,8); }
H1.HeaderClassName
{
color: #F2A508;
}
.AnyTagClassName
{
color: #F2A508;
}
</style>
background-color css
<style>
a { background-color: #F2A508; }
a { background-color: rgb(242,165,8); }
div.DivClassName
{
background-color: #F2A508;
}
.BgClassName
{
background-color: #F2A508;
}
</style>
border-color css
<style>
span { border-color: #F2A508; }
span { border-color: rgb(242,165,8); }
td.TdClassName
{
border-color: #F2A508;
}
.TagClassName
{
border-color: #F2A508;
}
</style>