Shades of Yellow Sea #F99D36
Tints of Yellow Sea #F99D36
RGB
CMYK
RGB Variations
Color information
#F99D36 (or 0xF99D36) is known color: Yellow Sea. HEX triplet: F9, 9D and 36. RGB value is (249,157,54). Sum of RGB (Red+Green+Blue) = 249+157+54=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99D36 is #0662C9. Grayscale: #ADADAD. Windows color (decimal): -418506 or 3579385. OLE color: 3579385.
HSL color Cylindrical-coordinate representation of color #F99D36: hue angle of 31.69º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F99D36 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 54 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.02 |
| HSL | 31.69º | 0.94% | 0.59% | - |
| HSV(B) | 31.69º | 0.78% | 0.98% | - |
| XYZ | 51.79 | 44.52 | 9.35 | - |
| YUV | 172.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 54 | 0 | 0.37 | 0.78 | 0.02 | 31.69 | 0.94 | 0.59 |
| Hex | F9 | 9D | 36 | 0 | 25 | 4E | 2 | 20 | 5E | 3B |
| Octal | 371 | 235 | 66 | 0 | 45 | 116 | 2 | 40 | 136 | 73 |
| Binary | 11111001 | 10011101 | 110110 | 0 | 100101 | 1001110 | 10 | 100000 | 1011110 | 111011 |
Color Harmonies of #F99D36
Complementary color
Monochromatic Colors of #F99D36
Black with #F99D36
Text Example
Text Example
White with #F99D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D36; }
p { color: rgb(249,157,54); }
H1.HeaderClassName
{
color: #F99D36;
}
.AnyTagClassName
{
color: #F99D36;
}
</style>
background-color css
<style>
a { background-color: #F99D36; }
a { background-color: rgb(249,157,54); }
div.DivClassName
{
background-color: #F99D36;
}
.BgClassName
{
background-color: #F99D36;
}
</style>
border-color css
<style>
span { border-color: #F99D36; }
span { border-color: rgb(249,157,54); }
td.TdClassName
{
border-color: #F99D36;
}
.TagClassName
{
border-color: #F99D36;
}
</style>