Shades of Yellow Sea #F19D2A
Tints of Yellow Sea #F19D2A
RGB
CMYK
RGB Variations
Color information
#F19D2A (or 0xF19D2A) is known color: Yellow Sea. HEX triplet: F1, 9D and 2A. RGB value is (241,157,42). Sum of RGB (Red+Green+Blue) = 241+157+42=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D2A is #0E62D5. Grayscale: #A9A9A9. Windows color (decimal): -942806 or 2792945. OLE color: 2792945.
HSL color Cylindrical-coordinate representation of color #F19D2A: hue angle of 34.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F19D2A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.05 |
| HSL | 34.67º | 0.88% | 0.55% | - |
| HSV(B) | 34.67º | 0.83% | 0.95% | - |
| XYZ | 48.75 | 42.98 | 7.92 | - |
| YUV | 169.01 | 56.33 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 42 | 0 | 0.35 | 0.83 | 0.05 | 34.67 | 0.88 | 0.55 |
| Hex | F1 | 9D | 2A | 0 | 23 | 53 | 5 | 23 | 58 | 37 |
| Octal | 361 | 235 | 52 | 0 | 43 | 123 | 5 | 43 | 130 | 67 |
| Binary | 11110001 | 10011101 | 101010 | 0 | 100011 | 1010011 | 101 | 100011 | 1011000 | 110111 |
Color Harmonies of #F19D2A
Complementary color
Monochromatic Colors of #F19D2A
Black with #F19D2A
Text Example
Text Example
White with #F19D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D2A; }
p { color: rgb(241,157,42); }
H1.HeaderClassName
{
color: #F19D2A;
}
.AnyTagClassName
{
color: #F19D2A;
}
</style>
background-color css
<style>
a { background-color: #F19D2A; }
a { background-color: rgb(241,157,42); }
div.DivClassName
{
background-color: #F19D2A;
}
.BgClassName
{
background-color: #F19D2A;
}
</style>
border-color css
<style>
span { border-color: #F19D2A; }
span { border-color: rgb(241,157,42); }
td.TdClassName
{
border-color: #F19D2A;
}
.TagClassName
{
border-color: #F19D2A;
}
</style>