Shades of Yellow Sea #F19C2B
Tints of Yellow Sea #F19C2B
RGB
CMYK
RGB Variations
Color information
#F19C2B (or 0xF19C2B) is known color: Yellow Sea. HEX triplet: F1, 9C and 2B. RGB value is (241,156,43). Sum of RGB (Red+Green+Blue) = 241+156+43=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C2B is #0E63D4. Grayscale: #A9A9A9. Windows color (decimal): -943061 or 2858225. OLE color: 2858225.
HSL color Cylindrical-coordinate representation of color #F19C2B: hue angle of 34.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F19C2B is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 43 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.05 |
| HSL | 34.24º | 0.88% | 0.56% | - |
| HSV(B) | 34.24º | 0.82% | 0.95% | - |
| XYZ | 48.6 | 42.65 | 7.96 | - |
| YUV | 168.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 43 | 0 | 0.35 | 0.82 | 0.05 | 34.24 | 0.88 | 0.56 |
| Hex | F1 | 9C | 2B | 0 | 23 | 52 | 5 | 22 | 58 | 38 |
| Octal | 361 | 234 | 53 | 0 | 43 | 122 | 5 | 42 | 130 | 70 |
| Binary | 11110001 | 10011100 | 101011 | 0 | 100011 | 1010010 | 101 | 100010 | 1011000 | 111000 |
Color Harmonies of #F19C2B
Complementary color
Monochromatic Colors of #F19C2B
Black with #F19C2B
Text Example
Text Example
White with #F19C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C2B; }
p { color: rgb(241,156,43); }
H1.HeaderClassName
{
color: #F19C2B;
}
.AnyTagClassName
{
color: #F19C2B;
}
</style>
background-color css
<style>
a { background-color: #F19C2B; }
a { background-color: rgb(241,156,43); }
div.DivClassName
{
background-color: #F19C2B;
}
.BgClassName
{
background-color: #F19C2B;
}
</style>
border-color css
<style>
span { border-color: #F19C2B; }
span { border-color: rgb(241,156,43); }
td.TdClassName
{
border-color: #F19C2B;
}
.TagClassName
{
border-color: #F19C2B;
}
</style>