Shades of Yellow Orange #F8AD3C
Tints of Yellow Orange #F8AD3C
RGB
CMYK
RGB Variations
Color information
#F8AD3C (or 0xF8AD3C) is known color: Yellow Orange. HEX triplet: F8, AD and 3C. RGB value is (248,173,60). Sum of RGB (Red+Green+Blue) = 248+173+60=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD3C is #0752C3. Grayscale: #B7B7B7. Windows color (decimal): -479940 or 3976696. OLE color: 3976696.
HSL color Cylindrical-coordinate representation of color #F8AD3C: hue angle of 36.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8AD3C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.03 |
| HSL | 36.06º | 0.93% | 0.6% | - |
| HSV(B) | 36.06º | 0.76% | 0.97% | - |
| XYZ | 54.47 | 50.17 | 11.09 | - |
| YUV | 182.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 60 | 0 | 0.30 | 0.76 | 0.03 | 36.06 | 0.93 | 0.6 |
| Hex | F8 | AD | 3C | 0 | 1E | 4C | 3 | 24 | 5D | 3C |
| Octal | 370 | 255 | 74 | 0 | 36 | 114 | 3 | 44 | 135 | 74 |
| Binary | 11111000 | 10101101 | 111100 | 0 | 11110 | 1001100 | 11 | 100100 | 1011101 | 111100 |
Color Harmonies of #F8AD3C
Complementary color
Monochromatic Colors of #F8AD3C
Black with #F8AD3C
Text Example
Text Example
White with #F8AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD3C; }
p { color: rgb(248,173,60); }
H1.HeaderClassName
{
color: #F8AD3C;
}
.AnyTagClassName
{
color: #F8AD3C;
}
</style>
background-color css
<style>
a { background-color: #F8AD3C; }
a { background-color: rgb(248,173,60); }
div.DivClassName
{
background-color: #F8AD3C;
}
.BgClassName
{
background-color: #F8AD3C;
}
</style>
border-color css
<style>
span { border-color: #F8AD3C; }
span { border-color: rgb(248,173,60); }
td.TdClassName
{
border-color: #F8AD3C;
}
.TagClassName
{
border-color: #F8AD3C;
}
</style>