Shades of Yellow Sea #F1972D
Tints of Yellow Sea #F1972D
RGB
CMYK
RGB Variations
Color information
#F1972D (or 0xF1972D) is known color: Yellow Sea. HEX triplet: F1, 97 and 2D. RGB value is (241,151,45). Sum of RGB (Red+Green+Blue) = 241+151+45=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1972D is #0E68D2. Grayscale: #A6A6A6. Windows color (decimal): -944339 or 2988017. OLE color: 2988017.
HSL color Cylindrical-coordinate representation of color #F1972D: hue angle of 32.45º degrees, saturation: 0.88, 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 #F1972D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.05 |
| HSL | 32.45º | 0.88% | 0.56% | - |
| HSV(B) | 32.45º | 0.81% | 0.95% | - |
| XYZ | 47.82 | 41.02 | 7.88 | - |
| YUV | 165.83 | 59.82 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 45 | 0 | 0.37 | 0.81 | 0.05 | 32.45 | 0.88 | 0.56 |
| Hex | F1 | 97 | 2D | 0 | 25 | 51 | 5 | 20 | 58 | 38 |
| Octal | 361 | 227 | 55 | 0 | 45 | 121 | 5 | 40 | 130 | 70 |
| Binary | 11110001 | 10010111 | 101101 | 0 | 100101 | 1010001 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F1972D
Complementary color
Monochromatic Colors of #F1972D
Black with #F1972D
Text Example
Text Example
White with #F1972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1972D; }
p { color: rgb(241,151,45); }
H1.HeaderClassName
{
color: #F1972D;
}
.AnyTagClassName
{
color: #F1972D;
}
</style>
background-color css
<style>
a { background-color: #F1972D; }
a { background-color: rgb(241,151,45); }
div.DivClassName
{
background-color: #F1972D;
}
.BgClassName
{
background-color: #F1972D;
}
</style>
border-color css
<style>
span { border-color: #F1972D; }
span { border-color: rgb(241,151,45); }
td.TdClassName
{
border-color: #F1972D;
}
.TagClassName
{
border-color: #F1972D;
}
</style>