Shades of Yellow Sea #F09D3D
Tints of Yellow Sea #F09D3D
RGB
CMYK
RGB Variations
Color information
#F09D3D (or 0xF09D3D) is known color: Yellow Sea. HEX triplet: F0, 9D and 3D. RGB value is (240,157,61). Sum of RGB (Red+Green+Blue) = 240+157+61=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D3D is #0F62C2. Grayscale: #ABABAB. Windows color (decimal): -1008323 or 4038128. OLE color: 4038128.
HSL color Cylindrical-coordinate representation of color #F09D3D: hue angle of 32.18º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F09D3D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 61 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.06 |
| HSL | 32.18º | 0.86% | 0.59% | - |
| HSV(B) | 32.18º | 0.75% | 0.94% | - |
| XYZ | 48.83 | 42.98 | 10.14 | - |
| YUV | 170.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 61 | 0 | 0.35 | 0.75 | 0.06 | 32.18 | 0.86 | 0.59 |
| Hex | F0 | 9D | 3D | 0 | 23 | 4B | 6 | 20 | 56 | 3B |
| Octal | 360 | 235 | 75 | 0 | 43 | 113 | 6 | 40 | 126 | 73 |
| Binary | 11110000 | 10011101 | 111101 | 0 | 100011 | 1001011 | 110 | 100000 | 1010110 | 111011 |
Color Harmonies of #F09D3D
Complementary color
Monochromatic Colors of #F09D3D
Black with #F09D3D
Text Example
Text Example
White with #F09D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D3D; }
p { color: rgb(240,157,61); }
H1.HeaderClassName
{
color: #F09D3D;
}
.AnyTagClassName
{
color: #F09D3D;
}
</style>
background-color css
<style>
a { background-color: #F09D3D; }
a { background-color: rgb(240,157,61); }
div.DivClassName
{
background-color: #F09D3D;
}
.BgClassName
{
background-color: #F09D3D;
}
</style>
border-color css
<style>
span { border-color: #F09D3D; }
span { border-color: rgb(240,157,61); }
td.TdClassName
{
border-color: #F09D3D;
}
.TagClassName
{
border-color: #F09D3D;
}
</style>