Shades of Yellow Sea #F8993D
Tints of Yellow Sea #F8993D
RGB
CMYK
RGB Variations
Color information
#F8993D (or 0xF8993D) is known color: Yellow Sea. HEX triplet: F8, 99 and 3D. RGB value is (248,153,61). Sum of RGB (Red+Green+Blue) = 248+153+61=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8993D is #0766C2. Grayscale: #ABABAB. Windows color (decimal): -485059 or 4037112. OLE color: 4037112.
HSL color Cylindrical-coordinate representation of color #F8993D: hue angle of 29.52º 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 #F8993D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 61 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.03 |
| HSL | 29.52º | 0.93% | 0.61% | - |
| HSV(B) | 29.52º | 0.75% | 0.97% | - |
| XYZ | 50.94 | 43.08 | 10.04 | - |
| YUV | 170.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 61 | 0 | 0.38 | 0.75 | 0.03 | 29.52 | 0.93 | 0.61 |
| Hex | F8 | 99 | 3D | 0 | 26 | 4B | 3 | 1E | 5D | 3D |
| Octal | 370 | 231 | 75 | 0 | 46 | 113 | 3 | 36 | 135 | 75 |
| Binary | 11111000 | 10011001 | 111101 | 0 | 100110 | 1001011 | 11 | 11110 | 1011101 | 111101 |
Color Harmonies of #F8993D
Complementary color
Monochromatic Colors of #F8993D
Black with #F8993D
Text Example
Text Example
White with #F8993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8993D; }
p { color: rgb(248,153,61); }
H1.HeaderClassName
{
color: #F8993D;
}
.AnyTagClassName
{
color: #F8993D;
}
</style>
background-color css
<style>
a { background-color: #F8993D; }
a { background-color: rgb(248,153,61); }
div.DivClassName
{
background-color: #F8993D;
}
.BgClassName
{
background-color: #F8993D;
}
</style>
border-color css
<style>
span { border-color: #F8993D; }
span { border-color: rgb(248,153,61); }
td.TdClassName
{
border-color: #F8993D;
}
.TagClassName
{
border-color: #F8993D;
}
</style>