Shades of Orange #F8A502
Tints of Orange #F8A502
RGB
CMYK
RGB Variations
Color information
#F8A502 (or 0xF8A502) is known color: Orange. HEX triplet: F8, A5 and 02. RGB value is (248,165,2). Sum of RGB (Red+Green+Blue) = 248+165+2=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A502 is #075AFD. Grayscale: #ABABAB. Windows color (decimal): -482046 or 173560. OLE color: 173560.
HSL color Cylindrical-coordinate representation of color #F8A502: hue angle of 39.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8A502 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.03 |
| HSL | 39.76º | 0.98% | 0.49% | - |
| HSV(B) | 39.76º | 0.99% | 0.97% | - |
| XYZ | 52.18 | 46.87 | 6.35 | - |
| YUV | 171.24 | 32.5 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 2 | 0 | 0.33 | 0.99 | 0.03 | 39.76 | 0.98 | 0.49 |
| Hex | F8 | A5 | 2 | 0 | 21 | 63 | 3 | 28 | 62 | 31 |
| Octal | 370 | 245 | 2 | 0 | 41 | 143 | 3 | 50 | 142 | 61 |
| Binary | 11111000 | 10100101 | 10 | 0 | 100001 | 1100011 | 11 | 101000 | 1100010 | 110001 |
Color Harmonies of #F8A502
Complementary color
Monochromatic Colors of #F8A502
Black with #F8A502
Text Example
Text Example
White with #F8A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A502; }
p { color: rgb(248,165,2); }
H1.HeaderClassName
{
color: #F8A502;
}
.AnyTagClassName
{
color: #F8A502;
}
</style>
background-color css
<style>
a { background-color: #F8A502; }
a { background-color: rgb(248,165,2); }
div.DivClassName
{
background-color: #F8A502;
}
.BgClassName
{
background-color: #F8A502;
}
</style>
border-color css
<style>
span { border-color: #F8A502; }
span { border-color: rgb(248,165,2); }
td.TdClassName
{
border-color: #F8A502;
}
.TagClassName
{
border-color: #F8A502;
}
</style>