Shades of Orange #F8AD02
Tints of Orange #F8AD02
RGB
CMYK
RGB Variations
Color information
#F8AD02 (or 0xF8AD02) is known color: Orange. HEX triplet: F8, AD and 02. RGB value is (248,173,2). Sum of RGB (Red+Green+Blue) = 248+173+2=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD02 is #0752FD. Grayscale: #B0B0B0. Windows color (decimal): -479998 or 175608. OLE color: 175608.
HSL color Cylindrical-coordinate representation of color #F8AD02: hue angle of 41.71º 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 #F8AD02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.03 |
| HSL | 41.71º | 0.98% | 0.49% | - |
| HSV(B) | 41.71º | 0.99% | 0.97% | - |
| XYZ | 53.67 | 49.85 | 6.85 | - |
| YUV | 175.93 | 29.85 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 2 | 0 | 0.30 | 0.99 | 0.03 | 41.71 | 0.98 | 0.49 |
| Hex | F8 | AD | 2 | 0 | 1E | 63 | 3 | 2A | 62 | 31 |
| Octal | 370 | 255 | 2 | 0 | 36 | 143 | 3 | 52 | 142 | 61 |
| Binary | 11111000 | 10101101 | 10 | 0 | 11110 | 1100011 | 11 | 101010 | 1100010 | 110001 |
Color Harmonies of #F8AD02
Complementary color
Monochromatic Colors of #F8AD02
Black with #F8AD02
Text Example
Text Example
White with #F8AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD02; }
p { color: rgb(248,173,2); }
H1.HeaderClassName
{
color: #F8AD02;
}
.AnyTagClassName
{
color: #F8AD02;
}
</style>
background-color css
<style>
a { background-color: #F8AD02; }
a { background-color: rgb(248,173,2); }
div.DivClassName
{
background-color: #F8AD02;
}
.BgClassName
{
background-color: #F8AD02;
}
</style>
border-color css
<style>
span { border-color: #F8AD02; }
span { border-color: rgb(248,173,2); }
td.TdClassName
{
border-color: #F8AD02;
}
.TagClassName
{
border-color: #F8AD02;
}
</style>