Shades of Yellow Sea #F1993A
Tints of Yellow Sea #F1993A
RGB
CMYK
RGB Variations
Color information
#F1993A (or 0xF1993A) is known color: Yellow Sea. HEX triplet: F1, 99 and 3A. RGB value is (241,153,58). Sum of RGB (Red+Green+Blue) = 241+153+58=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1993A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1993A is #0E66C5. Grayscale: #A8A8A8. Windows color (decimal): -943814 or 3840497. OLE color: 3840497.
HSL color Cylindrical-coordinate representation of color #F1993A: hue angle of 31.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1993A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 58 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.05 |
| HSL | 31.15º | 0.87% | 0.59% | - |
| HSV(B) | 31.15º | 0.76% | 0.95% | - |
| XYZ | 48.43 | 41.79 | 9.52 | - |
| YUV | 168.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 58 | 0 | 0.37 | 0.76 | 0.05 | 31.15 | 0.87 | 0.59 |
| Hex | F1 | 99 | 3A | 0 | 25 | 4C | 5 | 1F | 57 | 3B |
| Octal | 361 | 231 | 72 | 0 | 45 | 114 | 5 | 37 | 127 | 73 |
| Binary | 11110001 | 10011001 | 111010 | 0 | 100101 | 1001100 | 101 | 11111 | 1010111 | 111011 |
Color Harmonies of #F1993A
Complementary color
Monochromatic Colors of #F1993A
Black with #F1993A
Text Example
Text Example
White with #F1993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1993A; }
p { color: rgb(241,153,58); }
H1.HeaderClassName
{
color: #F1993A;
}
.AnyTagClassName
{
color: #F1993A;
}
</style>
background-color css
<style>
a { background-color: #F1993A; }
a { background-color: rgb(241,153,58); }
div.DivClassName
{
background-color: #F1993A;
}
.BgClassName
{
background-color: #F1993A;
}
</style>
border-color css
<style>
span { border-color: #F1993A; }
span { border-color: rgb(241,153,58); }
td.TdClassName
{
border-color: #F1993A;
}
.TagClassName
{
border-color: #F1993A;
}
</style>