Shades of Yellow Sea #F99F3C
Tints of Yellow Sea #F99F3C
RGB
CMYK
RGB Variations
Color information
#F99F3C (or 0xF99F3C) is known color: Yellow Sea. HEX triplet: F9, 9F and 3C. RGB value is (249,159,60). Sum of RGB (Red+Green+Blue) = 249+159+60=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99F3C is #0660C3. Grayscale: #AFAFAF. Windows color (decimal): -417988 or 3973113. OLE color: 3973113.
HSL color Cylindrical-coordinate representation of color #F99F3C: hue angle of 31.43º 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 #F99F3C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.02 |
| HSL | 31.43º | 0.94% | 0.61% | - |
| HSV(B) | 31.43º | 0.76% | 0.98% | - |
| XYZ | 52.28 | 45.26 | 10.26 | - |
| YUV | 174.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 60 | 0 | 0.36 | 0.76 | 0.02 | 31.43 | 0.94 | 0.61 |
| Hex | F9 | 9F | 3C | 0 | 24 | 4C | 2 | 1F | 5E | 3D |
| Octal | 371 | 237 | 74 | 0 | 44 | 114 | 2 | 37 | 136 | 75 |
| Binary | 11111001 | 10011111 | 111100 | 0 | 100100 | 1001100 | 10 | 11111 | 1011110 | 111101 |
Color Harmonies of #F99F3C
Complementary color
Monochromatic Colors of #F99F3C
Black with #F99F3C
Text Example
Text Example
White with #F99F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F3C; }
p { color: rgb(249,159,60); }
H1.HeaderClassName
{
color: #F99F3C;
}
.AnyTagClassName
{
color: #F99F3C;
}
</style>
background-color css
<style>
a { background-color: #F99F3C; }
a { background-color: rgb(249,159,60); }
div.DivClassName
{
background-color: #F99F3C;
}
.BgClassName
{
background-color: #F99F3C;
}
</style>
border-color css
<style>
span { border-color: #F99F3C; }
span { border-color: rgb(249,159,60); }
td.TdClassName
{
border-color: #F99F3C;
}
.TagClassName
{
border-color: #F99F3C;
}
</style>