Shades of Yellow Sea #F19C3A
Tints of Yellow Sea #F19C3A
RGB
CMYK
RGB Variations
Color information
#F19C3A (or 0xF19C3A) is known color: Yellow Sea. HEX triplet: F1, 9C and 3A. RGB value is (241,156,58). Sum of RGB (Red+Green+Blue) = 241+156+58=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C3A is #0E63C5. Grayscale: #AAAAAA. Windows color (decimal): -943046 or 3841265. OLE color: 3841265.
HSL color Cylindrical-coordinate representation of color #F19C3A: hue angle of 32.13º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F19C3A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 58 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.05 |
| HSL | 32.13º | 0.87% | 0.59% | - |
| HSV(B) | 32.13º | 0.76% | 0.95% | - |
| XYZ | 48.93 | 42.78 | 9.68 | - |
| YUV | 170.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 58 | 0 | 0.35 | 0.76 | 0.05 | 32.13 | 0.87 | 0.59 |
| Hex | F1 | 9C | 3A | 0 | 23 | 4C | 5 | 20 | 57 | 3B |
| Octal | 361 | 234 | 72 | 0 | 43 | 114 | 5 | 40 | 127 | 73 |
| Binary | 11110001 | 10011100 | 111010 | 0 | 100011 | 1001100 | 101 | 100000 | 1010111 | 111011 |
Color Harmonies of #F19C3A
Complementary color
Monochromatic Colors of #F19C3A
Black with #F19C3A
Text Example
Text Example
White with #F19C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C3A; }
p { color: rgb(241,156,58); }
H1.HeaderClassName
{
color: #F19C3A;
}
.AnyTagClassName
{
color: #F19C3A;
}
</style>
background-color css
<style>
a { background-color: #F19C3A; }
a { background-color: rgb(241,156,58); }
div.DivClassName
{
background-color: #F19C3A;
}
.BgClassName
{
background-color: #F19C3A;
}
</style>
border-color css
<style>
span { border-color: #F19C3A; }
span { border-color: rgb(241,156,58); }
td.TdClassName
{
border-color: #F19C3A;
}
.TagClassName
{
border-color: #F19C3A;
}
</style>