Shades of Yellow Sea #F49B3C
Tints of Yellow Sea #F49B3C
RGB
CMYK
RGB Variations
Color information
#F49B3C (or 0xF49B3C) is known color: Yellow Sea. HEX triplet: F4, 9B and 3C. RGB value is (244,155,60). Sum of RGB (Red+Green+Blue) = 244+155+60=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49B3C is #0B64C3. Grayscale: #ABABAB. Windows color (decimal): -746692 or 3972084. OLE color: 3972084.
HSL color Cylindrical-coordinate representation of color #F49B3C: hue angle of 30.98º 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 #F49B3C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 60 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.04 |
| HSL | 30.98º | 0.89% | 0.6% | - |
| HSV(B) | 30.98º | 0.75% | 0.96% | - |
| XYZ | 49.85 | 43 | 9.95 | - |
| YUV | 170.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 60 | 0 | 0.36 | 0.75 | 0.04 | 30.98 | 0.89 | 0.6 |
| Hex | F4 | 9B | 3C | 0 | 24 | 4B | 4 | 1F | 59 | 3C |
| Octal | 364 | 233 | 74 | 0 | 44 | 113 | 4 | 37 | 131 | 74 |
| Binary | 11110100 | 10011011 | 111100 | 0 | 100100 | 1001011 | 100 | 11111 | 1011001 | 111100 |
Color Harmonies of #F49B3C
Complementary color
Monochromatic Colors of #F49B3C
Black with #F49B3C
Text Example
Text Example
White with #F49B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B3C; }
p { color: rgb(244,155,60); }
H1.HeaderClassName
{
color: #F49B3C;
}
.AnyTagClassName
{
color: #F49B3C;
}
</style>
background-color css
<style>
a { background-color: #F49B3C; }
a { background-color: rgb(244,155,60); }
div.DivClassName
{
background-color: #F49B3C;
}
.BgClassName
{
background-color: #F49B3C;
}
</style>
border-color css
<style>
span { border-color: #F49B3C; }
span { border-color: rgb(244,155,60); }
td.TdClassName
{
border-color: #F49B3C;
}
.TagClassName
{
border-color: #F49B3C;
}
</style>