Shades of Yellow Sea #F19C3C
Tints of Yellow Sea #F19C3C
RGB
CMYK
RGB Variations
Color information
#F19C3C (or 0xF19C3C) is known color: Yellow Sea. HEX triplet: F1, 9C and 3C. RGB value is (241,156,60). Sum of RGB (Red+Green+Blue) = 241+156+60=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C3C is #0E63C3. Grayscale: #AAAAAA. Windows color (decimal): -943044 or 3972337. OLE color: 3972337.
HSL color Cylindrical-coordinate representation of color #F19C3C: hue angle of 31.82º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F19C3C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 60 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.05 |
| HSL | 31.82º | 0.87% | 0.59% | - |
| HSV(B) | 31.82º | 0.75% | 0.95% | - |
| XYZ | 48.98 | 42.8 | 9.96 | - |
| YUV | 170.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 60 | 0 | 0.35 | 0.75 | 0.05 | 31.82 | 0.87 | 0.59 |
| Hex | F1 | 9C | 3C | 0 | 23 | 4B | 5 | 20 | 57 | 3B |
| Octal | 361 | 234 | 74 | 0 | 43 | 113 | 5 | 40 | 127 | 73 |
| Binary | 11110001 | 10011100 | 111100 | 0 | 100011 | 1001011 | 101 | 100000 | 1010111 | 111011 |
Color Harmonies of #F19C3C
Complementary color
Monochromatic Colors of #F19C3C
Black with #F19C3C
Text Example
Text Example
White with #F19C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C3C; }
p { color: rgb(241,156,60); }
H1.HeaderClassName
{
color: #F19C3C;
}
.AnyTagClassName
{
color: #F19C3C;
}
</style>
background-color css
<style>
a { background-color: #F19C3C; }
a { background-color: rgb(241,156,60); }
div.DivClassName
{
background-color: #F19C3C;
}
.BgClassName
{
background-color: #F19C3C;
}
</style>
border-color css
<style>
span { border-color: #F19C3C; }
span { border-color: rgb(241,156,60); }
td.TdClassName
{
border-color: #F19C3C;
}
.TagClassName
{
border-color: #F19C3C;
}
</style>