Shades of Yellow Sea #F0972D
Tints of Yellow Sea #F0972D
RGB
CMYK
RGB Variations
Color information
#F0972D (or 0xF0972D) is known color: Yellow Sea. HEX triplet: F0, 97 and 2D. RGB value is (240,151,45). Sum of RGB (Red+Green+Blue) = 240+151+45=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0972D is #0F68D2. Grayscale: #A6A6A6. Windows color (decimal): -1009875 or 2988016. OLE color: 2988016.
HSL color Cylindrical-coordinate representation of color #F0972D: hue angle of 32.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0972D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.06 |
| HSL | 32.62º | 0.87% | 0.56% | - |
| HSV(B) | 32.62º | 0.81% | 0.94% | - |
| XYZ | 47.48 | 40.85 | 7.86 | - |
| YUV | 165.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 45 | 0 | 0.37 | 0.81 | 0.06 | 32.62 | 0.87 | 0.56 |
| Hex | F0 | 97 | 2D | 0 | 25 | 51 | 6 | 21 | 57 | 38 |
| Octal | 360 | 227 | 55 | 0 | 45 | 121 | 6 | 41 | 127 | 70 |
| Binary | 11110000 | 10010111 | 101101 | 0 | 100101 | 1010001 | 110 | 100001 | 1010111 | 111000 |
Color Harmonies of #F0972D
Complementary color
Monochromatic Colors of #F0972D
Black with #F0972D
Text Example
Text Example
White with #F0972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0972D; }
p { color: rgb(240,151,45); }
H1.HeaderClassName
{
color: #F0972D;
}
.AnyTagClassName
{
color: #F0972D;
}
</style>
background-color css
<style>
a { background-color: #F0972D; }
a { background-color: rgb(240,151,45); }
div.DivClassName
{
background-color: #F0972D;
}
.BgClassName
{
background-color: #F0972D;
}
</style>
border-color css
<style>
span { border-color: #F0972D; }
span { border-color: rgb(240,151,45); }
td.TdClassName
{
border-color: #F0972D;
}
.TagClassName
{
border-color: #F0972D;
}
</style>