Shades of Yellow Sea #F99D3C
Tints of Yellow Sea #F99D3C
RGB
CMYK
RGB Variations
Color information
#F99D3C (or 0xF99D3C) is known color: Yellow Sea. HEX triplet: F9, 9D and 3C. RGB value is (249,157,60). Sum of RGB (Red+Green+Blue) = 249+157+60=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99D3C is #0662C3. Grayscale: #ADADAD. Windows color (decimal): -418500 or 3972601. OLE color: 3972601.
HSL color Cylindrical-coordinate representation of color #F99D3C: hue angle of 30.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F99D3C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 60 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.02 |
| HSL | 30.79º | 0.94% | 0.61% | - |
| HSV(B) | 30.79º | 0.76% | 0.98% | - |
| XYZ | 51.94 | 44.58 | 10.14 | - |
| YUV | 173.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 60 | 0 | 0.37 | 0.76 | 0.02 | 30.79 | 0.94 | 0.61 |
| Hex | F9 | 9D | 3C | 0 | 25 | 4C | 2 | 1F | 5E | 3D |
| Octal | 371 | 235 | 74 | 0 | 45 | 114 | 2 | 37 | 136 | 75 |
| Binary | 11111001 | 10011101 | 111100 | 0 | 100101 | 1001100 | 10 | 11111 | 1011110 | 111101 |
Color Harmonies of #F99D3C
Complementary color
Monochromatic Colors of #F99D3C
Black with #F99D3C
Text Example
Text Example
White with #F99D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D3C; }
p { color: rgb(249,157,60); }
H1.HeaderClassName
{
color: #F99D3C;
}
.AnyTagClassName
{
color: #F99D3C;
}
</style>
background-color css
<style>
a { background-color: #F99D3C; }
a { background-color: rgb(249,157,60); }
div.DivClassName
{
background-color: #F99D3C;
}
.BgClassName
{
background-color: #F99D3C;
}
</style>
border-color css
<style>
span { border-color: #F99D3C; }
span { border-color: rgb(249,157,60); }
td.TdClassName
{
border-color: #F99D3C;
}
.TagClassName
{
border-color: #F99D3C;
}
</style>