Shades of Yellow Sea #F19C31
Tints of Yellow Sea #F19C31
RGB
CMYK
RGB Variations
Color information
#F19C31 (or 0xF19C31) is known color: Yellow Sea. HEX triplet: F1, 9C and 31. RGB value is (241,156,49). Sum of RGB (Red+Green+Blue) = 241+156+49=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C31 is #0E63CE. Grayscale: #A9A9A9. Windows color (decimal): -943055 or 3251441. OLE color: 3251441.
HSL color Cylindrical-coordinate representation of color #F19C31: hue angle of 33.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F19C31 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 49 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.05 |
| HSL | 33.44º | 0.87% | 0.57% | - |
| HSV(B) | 33.44º | 0.8% | 0.95% | - |
| XYZ | 48.72 | 42.7 | 8.58 | - |
| YUV | 169.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 49 | 0 | 0.35 | 0.80 | 0.05 | 33.44 | 0.87 | 0.57 |
| Hex | F1 | 9C | 31 | 0 | 23 | 50 | 5 | 21 | 57 | 39 |
| Octal | 361 | 234 | 61 | 0 | 43 | 120 | 5 | 41 | 127 | 71 |
| Binary | 11110001 | 10011100 | 110001 | 0 | 100011 | 1010000 | 101 | 100001 | 1010111 | 111001 |
Color Harmonies of #F19C31
Complementary color
Monochromatic Colors of #F19C31
Black with #F19C31
Text Example
Text Example
White with #F19C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C31; }
p { color: rgb(241,156,49); }
H1.HeaderClassName
{
color: #F19C31;
}
.AnyTagClassName
{
color: #F19C31;
}
</style>
background-color css
<style>
a { background-color: #F19C31; }
a { background-color: rgb(241,156,49); }
div.DivClassName
{
background-color: #F19C31;
}
.BgClassName
{
background-color: #F19C31;
}
</style>
border-color css
<style>
span { border-color: #F19C31; }
span { border-color: rgb(241,156,49); }
td.TdClassName
{
border-color: #F19C31;
}
.TagClassName
{
border-color: #F19C31;
}
</style>