Shades of Yellow Sea #F19B3E
Tints of Yellow Sea #F19B3E
RGB
CMYK
RGB Variations
Color information
#F19B3E (or 0xF19B3E) is known color: Yellow Sea. HEX triplet: F1, 9B and 3E. RGB value is (241,155,62). Sum of RGB (Red+Green+Blue) = 241+155+62=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19B3E is #0E64C1. Grayscale: #AAAAAA. Windows color (decimal): -943298 or 4103153. OLE color: 4103153.
HSL color Cylindrical-coordinate representation of color #F19B3E: hue angle of 31.17º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F19B3E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 62 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.05 |
| HSL | 31.17º | 0.86% | 0.59% | - |
| HSV(B) | 31.17º | 0.74% | 0.95% | - |
| XYZ | 48.87 | 42.49 | 10.18 | - |
| YUV | 170.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 62 | 0 | 0.36 | 0.74 | 0.05 | 31.17 | 0.86 | 0.59 |
| Hex | F1 | 9B | 3E | 0 | 24 | 4A | 5 | 1F | 56 | 3B |
| Octal | 361 | 233 | 76 | 0 | 44 | 112 | 5 | 37 | 126 | 73 |
| Binary | 11110001 | 10011011 | 111110 | 0 | 100100 | 1001010 | 101 | 11111 | 1010110 | 111011 |
Color Harmonies of #F19B3E
Complementary color
Monochromatic Colors of #F19B3E
Black with #F19B3E
Text Example
Text Example
White with #F19B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B3E; }
p { color: rgb(241,155,62); }
H1.HeaderClassName
{
color: #F19B3E;
}
.AnyTagClassName
{
color: #F19B3E;
}
</style>
background-color css
<style>
a { background-color: #F19B3E; }
a { background-color: rgb(241,155,62); }
div.DivClassName
{
background-color: #F19B3E;
}
.BgClassName
{
background-color: #F19B3E;
}
</style>
border-color css
<style>
span { border-color: #F19B3E; }
span { border-color: rgb(241,155,62); }
td.TdClassName
{
border-color: #F19B3E;
}
.TagClassName
{
border-color: #F19B3E;
}
</style>