Shades of Yellow Sea #F49B3E
Tints of Yellow Sea #F49B3E
RGB
CMYK
RGB Variations
Color information
#F49B3E (or 0xF49B3E) is known color: Yellow Sea. HEX triplet: F4, 9B and 3E. RGB value is (244,155,62). Sum of RGB (Red+Green+Blue) = 244+155+62=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49B3E is #0B64C1. Grayscale: #ABABAB. Windows color (decimal): -746690 or 4103156. OLE color: 4103156.
HSL color Cylindrical-coordinate representation of color #F49B3E: hue angle of 30.66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F49B3E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 62 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.04 |
| HSL | 30.66º | 0.89% | 0.6% | - |
| HSV(B) | 30.66º | 0.75% | 0.96% | - |
| XYZ | 49.9 | 43.02 | 10.23 | - |
| YUV | 171.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 62 | 0 | 0.36 | 0.75 | 0.04 | 30.66 | 0.89 | 0.6 |
| Hex | F4 | 9B | 3E | 0 | 24 | 4B | 4 | 1F | 59 | 3C |
| Octal | 364 | 233 | 76 | 0 | 44 | 113 | 4 | 37 | 131 | 74 |
| Binary | 11110100 | 10011011 | 111110 | 0 | 100100 | 1001011 | 100 | 11111 | 1011001 | 111100 |
Color Harmonies of #F49B3E
Complementary color
Monochromatic Colors of #F49B3E
Black with #F49B3E
Text Example
Text Example
White with #F49B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B3E; }
p { color: rgb(244,155,62); }
H1.HeaderClassName
{
color: #F49B3E;
}
.AnyTagClassName
{
color: #F49B3E;
}
</style>
background-color css
<style>
a { background-color: #F49B3E; }
a { background-color: rgb(244,155,62); }
div.DivClassName
{
background-color: #F49B3E;
}
.BgClassName
{
background-color: #F49B3E;
}
</style>
border-color css
<style>
span { border-color: #F49B3E; }
span { border-color: rgb(244,155,62); }
td.TdClassName
{
border-color: #F49B3E;
}
.TagClassName
{
border-color: #F49B3E;
}
</style>