Shades of Yellow Sea #F19C30
Tints of Yellow Sea #F19C30
RGB
CMYK
RGB Variations
Color information
#F19C30 (or 0xF19C30) is known color: Yellow Sea. HEX triplet: F1, 9C and 30. RGB value is (241,156,48). Sum of RGB (Red+Green+Blue) = 241+156+48=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C30 is #0E63CF. Grayscale: #A9A9A9. Windows color (decimal): -943056 or 3185905. OLE color: 3185905.
HSL color Cylindrical-coordinate representation of color #F19C30: hue angle of 33.58º 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 #F19C30 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 48 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.05 |
| HSL | 33.58º | 0.87% | 0.57% | - |
| HSV(B) | 33.58º | 0.8% | 0.95% | - |
| XYZ | 48.7 | 42.69 | 8.47 | - |
| YUV | 169.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 48 | 0 | 0.35 | 0.80 | 0.05 | 33.58 | 0.87 | 0.57 |
| Hex | F1 | 9C | 30 | 0 | 23 | 50 | 5 | 22 | 57 | 39 |
| Octal | 361 | 234 | 60 | 0 | 43 | 120 | 5 | 42 | 127 | 71 |
| Binary | 11110001 | 10011100 | 110000 | 0 | 100011 | 1010000 | 101 | 100010 | 1010111 | 111001 |
Color Harmonies of #F19C30
Complementary color
Monochromatic Colors of #F19C30
Black with #F19C30
Text Example
Text Example
White with #F19C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C30; }
p { color: rgb(241,156,48); }
H1.HeaderClassName
{
color: #F19C30;
}
.AnyTagClassName
{
color: #F19C30;
}
</style>
background-color css
<style>
a { background-color: #F19C30; }
a { background-color: rgb(241,156,48); }
div.DivClassName
{
background-color: #F19C30;
}
.BgClassName
{
background-color: #F19C30;
}
</style>
border-color css
<style>
span { border-color: #F19C30; }
span { border-color: rgb(241,156,48); }
td.TdClassName
{
border-color: #F19C30;
}
.TagClassName
{
border-color: #F19C30;
}
</style>