Shades of Yellow Orange #F8AF3E
Tints of Yellow Orange #F8AF3E
RGB
CMYK
RGB Variations
Color information
#F8AF3E (or 0xF8AF3E) is known color: Yellow Orange. HEX triplet: F8, AF and 3E. RGB value is (248,175,62). Sum of RGB (Red+Green+Blue) = 248+175+62=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF3E is #0750C1. Grayscale: #B8B8B8. Windows color (decimal): -479426 or 4108280. OLE color: 4108280.
HSL color Cylindrical-coordinate representation of color #F8AF3E: hue angle of 36.45º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8AF3E is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 62 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.03 |
| HSL | 36.45º | 0.93% | 0.61% | - |
| HSV(B) | 36.45º | 0.75% | 0.97% | - |
| XYZ | 54.91 | 50.96 | 11.5 | - |
| YUV | 183.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 62 | 0 | 0.29 | 0.75 | 0.03 | 36.45 | 0.93 | 0.61 |
| Hex | F8 | AF | 3E | 0 | 1D | 4B | 3 | 24 | 5D | 3D |
| Octal | 370 | 257 | 76 | 0 | 35 | 113 | 3 | 44 | 135 | 75 |
| Binary | 11111000 | 10101111 | 111110 | 0 | 11101 | 1001011 | 11 | 100100 | 1011101 | 111101 |
Color Harmonies of #F8AF3E
Complementary color
Monochromatic Colors of #F8AF3E
Black with #F8AF3E
Text Example
Text Example
White with #F8AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF3E; }
p { color: rgb(248,175,62); }
H1.HeaderClassName
{
color: #F8AF3E;
}
.AnyTagClassName
{
color: #F8AF3E;
}
</style>
background-color css
<style>
a { background-color: #F8AF3E; }
a { background-color: rgb(248,175,62); }
div.DivClassName
{
background-color: #F8AF3E;
}
.BgClassName
{
background-color: #F8AF3E;
}
</style>
border-color css
<style>
span { border-color: #F8AF3E; }
span { border-color: rgb(248,175,62); }
td.TdClassName
{
border-color: #F8AF3E;
}
.TagClassName
{
border-color: #F8AF3E;
}
</style>