Shades of Yellow Sea #F8A23C
Tints of Yellow Sea #F8A23C
RGB
CMYK
RGB Variations
Color information
#F8A23C (or 0xF8A23C) is known color: Yellow Sea. HEX triplet: F8, A2 and 3C. RGB value is (248,162,60). Sum of RGB (Red+Green+Blue) = 248+162+60=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A23C is #075DC3. Grayscale: #B0B0B0. Windows color (decimal): -482756 or 3973880. OLE color: 3973880.
HSL color Cylindrical-coordinate representation of color #F8A23C: hue angle of 32.55º 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 #F8A23C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.03 |
| HSL | 32.55º | 0.93% | 0.6% | - |
| HSV(B) | 32.55º | 0.76% | 0.97% | - |
| XYZ | 52.45 | 46.12 | 10.41 | - |
| YUV | 176.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 60 | 0 | 0.35 | 0.76 | 0.03 | 32.55 | 0.93 | 0.6 |
| Hex | F8 | A2 | 3C | 0 | 23 | 4C | 3 | 21 | 5D | 3C |
| Octal | 370 | 242 | 74 | 0 | 43 | 114 | 3 | 41 | 135 | 74 |
| Binary | 11111000 | 10100010 | 111100 | 0 | 100011 | 1001100 | 11 | 100001 | 1011101 | 111100 |
Color Harmonies of #F8A23C
Complementary color
Monochromatic Colors of #F8A23C
Black with #F8A23C
Text Example
Text Example
White with #F8A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A23C; }
p { color: rgb(248,162,60); }
H1.HeaderClassName
{
color: #F8A23C;
}
.AnyTagClassName
{
color: #F8A23C;
}
</style>
background-color css
<style>
a { background-color: #F8A23C; }
a { background-color: rgb(248,162,60); }
div.DivClassName
{
background-color: #F8A23C;
}
.BgClassName
{
background-color: #F8A23C;
}
</style>
border-color css
<style>
span { border-color: #F8A23C; }
span { border-color: rgb(248,162,60); }
td.TdClassName
{
border-color: #F8A23C;
}
.TagClassName
{
border-color: #F8A23C;
}
</style>