Shades of Yellow Sea #F8993C
Tints of Yellow Sea #F8993C
RGB
CMYK
RGB Variations
Color information
#F8993C (or 0xF8993C) is known color: Yellow Sea. HEX triplet: F8, 99 and 3C. RGB value is (248,153,60). Sum of RGB (Red+Green+Blue) = 248+153+60=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8993C is #0766C3. Grayscale: #ABABAB. Windows color (decimal): -485060 or 3971576. OLE color: 3971576.
HSL color Cylindrical-coordinate representation of color #F8993C: hue angle of 29.68º 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 #F8993C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 60 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.03 |
| HSL | 29.68º | 0.93% | 0.6% | - |
| HSV(B) | 29.68º | 0.76% | 0.97% | - |
| XYZ | 50.92 | 43.07 | 9.9 | - |
| YUV | 170.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 60 | 0 | 0.38 | 0.76 | 0.03 | 29.68 | 0.93 | 0.6 |
| Hex | F8 | 99 | 3C | 0 | 26 | 4C | 3 | 1E | 5D | 3C |
| Octal | 370 | 231 | 74 | 0 | 46 | 114 | 3 | 36 | 135 | 74 |
| Binary | 11111000 | 10011001 | 111100 | 0 | 100110 | 1001100 | 11 | 11110 | 1011101 | 111100 |
Color Harmonies of #F8993C
Complementary color
Monochromatic Colors of #F8993C
Black with #F8993C
Text Example
Text Example
White with #F8993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8993C; }
p { color: rgb(248,153,60); }
H1.HeaderClassName
{
color: #F8993C;
}
.AnyTagClassName
{
color: #F8993C;
}
</style>
background-color css
<style>
a { background-color: #F8993C; }
a { background-color: rgb(248,153,60); }
div.DivClassName
{
background-color: #F8993C;
}
.BgClassName
{
background-color: #F8993C;
}
</style>
border-color css
<style>
span { border-color: #F8993C; }
span { border-color: rgb(248,153,60); }
td.TdClassName
{
border-color: #F8993C;
}
.TagClassName
{
border-color: #F8993C;
}
</style>