Shades of Yellow Sea #F8A138
Tints of Yellow Sea #F8A138
RGB
CMYK
RGB Variations
Color information
#F8A138 (or 0xF8A138) is known color: Yellow Sea. HEX triplet: F8, A1 and 38. RGB value is (248,161,56). Sum of RGB (Red+Green+Blue) = 248+161+56=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A138 is #075EC7. Grayscale: #AFAFAF. Windows color (decimal): -483016 or 3711480. OLE color: 3711480.
HSL color Cylindrical-coordinate representation of color #F8A138: hue angle of 32.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8A138 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 56 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.03 |
| HSL | 32.81º | 0.93% | 0.6% | - |
| HSV(B) | 32.81º | 0.77% | 0.97% | - |
| XYZ | 52.17 | 45.73 | 9.82 | - |
| YUV | 175.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 56 | 0 | 0.35 | 0.77 | 0.03 | 32.81 | 0.93 | 0.6 |
| Hex | F8 | A1 | 38 | 0 | 23 | 4D | 3 | 21 | 5D | 3C |
| Octal | 370 | 241 | 70 | 0 | 43 | 115 | 3 | 41 | 135 | 74 |
| Binary | 11111000 | 10100001 | 111000 | 0 | 100011 | 1001101 | 11 | 100001 | 1011101 | 111100 |
Color Harmonies of #F8A138
Complementary color
Monochromatic Colors of #F8A138
Black with #F8A138
Text Example
Text Example
White with #F8A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A138; }
p { color: rgb(248,161,56); }
H1.HeaderClassName
{
color: #F8A138;
}
.AnyTagClassName
{
color: #F8A138;
}
</style>
background-color css
<style>
a { background-color: #F8A138; }
a { background-color: rgb(248,161,56); }
div.DivClassName
{
background-color: #F8A138;
}
.BgClassName
{
background-color: #F8A138;
}
</style>
border-color css
<style>
span { border-color: #F8A138; }
span { border-color: rgb(248,161,56); }
td.TdClassName
{
border-color: #F8A138;
}
.TagClassName
{
border-color: #F8A138;
}
</style>