Shades of Yellow Orange #F8AA3C
Tints of Yellow Orange #F8AA3C
RGB
CMYK
RGB Variations
Color information
#F8AA3C (or 0xF8AA3C) is known color: Yellow Orange. HEX triplet: F8, AA and 3C. RGB value is (248,170,60). Sum of RGB (Red+Green+Blue) = 248+170+60=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AA3C is #0755C3. Grayscale: #B5B5B5. Windows color (decimal): -480708 or 3975928. OLE color: 3975928.
HSL color Cylindrical-coordinate representation of color #F8AA3C: hue angle of 35.11º 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 #F8AA3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.03 |
| HSL | 35.11º | 0.93% | 0.6% | - |
| HSV(B) | 35.11º | 0.76% | 0.97% | - |
| XYZ | 53.9 | 49.03 | 10.9 | - |
| YUV | 180.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 60 | 0 | 0.31 | 0.76 | 0.03 | 35.11 | 0.93 | 0.6 |
| Hex | F8 | AA | 3C | 0 | 1F | 4C | 3 | 23 | 5D | 3C |
| Octal | 370 | 252 | 74 | 0 | 37 | 114 | 3 | 43 | 135 | 74 |
| Binary | 11111000 | 10101010 | 111100 | 0 | 11111 | 1001100 | 11 | 100011 | 1011101 | 111100 |
Color Harmonies of #F8AA3C
Complementary color
Monochromatic Colors of #F8AA3C
Black with #F8AA3C
Text Example
Text Example
White with #F8AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AA3C; }
p { color: rgb(248,170,60); }
H1.HeaderClassName
{
color: #F8AA3C;
}
.AnyTagClassName
{
color: #F8AA3C;
}
</style>
background-color css
<style>
a { background-color: #F8AA3C; }
a { background-color: rgb(248,170,60); }
div.DivClassName
{
background-color: #F8AA3C;
}
.BgClassName
{
background-color: #F8AA3C;
}
</style>
border-color css
<style>
span { border-color: #F8AA3C; }
span { border-color: rgb(248,170,60); }
td.TdClassName
{
border-color: #F8AA3C;
}
.TagClassName
{
border-color: #F8AA3C;
}
</style>