Shades of Yellow Orange #F8A53F
Tints of Yellow Orange #F8A53F
RGB
CMYK
RGB Variations
Color information
#F8A53F (or 0xF8A53F) is known color: Yellow Orange. HEX triplet: F8, A5 and 3F. RGB value is (248,165,63). Sum of RGB (Red+Green+Blue) = 248+165+63=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A53F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A53F is #075AC0. Grayscale: #B2B2B2. Windows color (decimal): -481985 or 4171256. OLE color: 4171256.
HSL color Cylindrical-coordinate representation of color #F8A53F: hue angle of 33.08º 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 #F8A53F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 63 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.03 |
| HSL | 33.08º | 0.93% | 0.61% | - |
| HSV(B) | 33.08º | 0.75% | 0.97% | - |
| XYZ | 53.06 | 47.23 | 11.02 | - |
| YUV | 178.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 63 | 0 | 0.33 | 0.75 | 0.03 | 33.08 | 0.93 | 0.61 |
| Hex | F8 | A5 | 3F | 0 | 21 | 4B | 3 | 21 | 5D | 3D |
| Octal | 370 | 245 | 77 | 0 | 41 | 113 | 3 | 41 | 135 | 75 |
| Binary | 11111000 | 10100101 | 111111 | 0 | 100001 | 1001011 | 11 | 100001 | 1011101 | 111101 |
Color Harmonies of #F8A53F
Complementary color
Monochromatic Colors of #F8A53F
Black with #F8A53F
Text Example
Text Example
White with #F8A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A53F; }
p { color: rgb(248,165,63); }
H1.HeaderClassName
{
color: #F8A53F;
}
.AnyTagClassName
{
color: #F8A53F;
}
</style>
background-color css
<style>
a { background-color: #F8A53F; }
a { background-color: rgb(248,165,63); }
div.DivClassName
{
background-color: #F8A53F;
}
.BgClassName
{
background-color: #F8A53F;
}
</style>
border-color css
<style>
span { border-color: #F8A53F; }
span { border-color: rgb(248,165,63); }
td.TdClassName
{
border-color: #F8A53F;
}
.TagClassName
{
border-color: #F8A53F;
}
</style>