Shades of Yellow Sea #F1982F
Tints of Yellow Sea #F1982F
RGB
CMYK
RGB Variations
Color information
#F1982F (or 0xF1982F) is known color: Yellow Sea. HEX triplet: F1, 98 and 2F. RGB value is (241,152,47). Sum of RGB (Red+Green+Blue) = 241+152+47=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1982F is #0E67D0. Grayscale: #A7A7A7. Windows color (decimal): -944081 or 3119345. OLE color: 3119345.
HSL color Cylindrical-coordinate representation of color #F1982F: hue angle of 32.47º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1982F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 47 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.05 |
| HSL | 32.47º | 0.87% | 0.56% | - |
| HSV(B) | 32.47º | 0.8% | 0.95% | - |
| XYZ | 48.02 | 41.36 | 8.14 | - |
| YUV | 166.64 | 60.49 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 47 | 0 | 0.37 | 0.80 | 0.05 | 32.47 | 0.87 | 0.56 |
| Hex | F1 | 98 | 2F | 0 | 25 | 50 | 5 | 20 | 57 | 38 |
| Octal | 361 | 230 | 57 | 0 | 45 | 120 | 5 | 40 | 127 | 70 |
| Binary | 11110001 | 10011000 | 101111 | 0 | 100101 | 1010000 | 101 | 100000 | 1010111 | 111000 |
Color Harmonies of #F1982F
Complementary color
Monochromatic Colors of #F1982F
Black with #F1982F
Text Example
Text Example
White with #F1982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1982F; }
p { color: rgb(241,152,47); }
H1.HeaderClassName
{
color: #F1982F;
}
.AnyTagClassName
{
color: #F1982F;
}
</style>
background-color css
<style>
a { background-color: #F1982F; }
a { background-color: rgb(241,152,47); }
div.DivClassName
{
background-color: #F1982F;
}
.BgClassName
{
background-color: #F1982F;
}
</style>
border-color css
<style>
span { border-color: #F1982F; }
span { border-color: rgb(241,152,47); }
td.TdClassName
{
border-color: #F1982F;
}
.TagClassName
{
border-color: #F1982F;
}
</style>