Shades of Yellow Sea #F19A2E
Tints of Yellow Sea #F19A2E
RGB
CMYK
RGB Variations
Color information
#F19A2E (or 0xF19A2E) is known color: Yellow Sea. HEX triplet: F1, 9A and 2E. RGB value is (241,154,46). Sum of RGB (Red+Green+Blue) = 241+154+46=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19A2E is #0E65D1. Grayscale: #A8A8A8. Windows color (decimal): -943570 or 3054321. OLE color: 3054321.
HSL color Cylindrical-coordinate representation of color #F19A2E: hue angle of 33.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F19A2E is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 46 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.05 |
| HSL | 33.23º | 0.87% | 0.56% | - |
| HSV(B) | 33.23º | 0.81% | 0.95% | - |
| XYZ | 48.32 | 42.01 | 8.15 | - |
| YUV | 167.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 46 | 0 | 0.36 | 0.81 | 0.05 | 33.23 | 0.87 | 0.56 |
| Hex | F1 | 9A | 2E | 0 | 24 | 51 | 5 | 21 | 57 | 38 |
| Octal | 361 | 232 | 56 | 0 | 44 | 121 | 5 | 41 | 127 | 70 |
| Binary | 11110001 | 10011010 | 101110 | 0 | 100100 | 1010001 | 101 | 100001 | 1010111 | 111000 |
Color Harmonies of #F19A2E
Complementary color
Monochromatic Colors of #F19A2E
Black with #F19A2E
Text Example
Text Example
White with #F19A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A2E; }
p { color: rgb(241,154,46); }
H1.HeaderClassName
{
color: #F19A2E;
}
.AnyTagClassName
{
color: #F19A2E;
}
</style>
background-color css
<style>
a { background-color: #F19A2E; }
a { background-color: rgb(241,154,46); }
div.DivClassName
{
background-color: #F19A2E;
}
.BgClassName
{
background-color: #F19A2E;
}
</style>
border-color css
<style>
span { border-color: #F19A2E; }
span { border-color: rgb(241,154,46); }
td.TdClassName
{
border-color: #F19A2E;
}
.TagClassName
{
border-color: #F19A2E;
}
</style>