Shades of Yellow Sea #F09D2D
Tints of Yellow Sea #F09D2D
RGB
CMYK
RGB Variations
Color information
#F09D2D (or 0xF09D2D) is known color: Yellow Sea. HEX triplet: F0, 9D and 2D. RGB value is (240,157,45). Sum of RGB (Red+Green+Blue) = 240+157+45=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D2D is #0F62D2. Grayscale: #A9A9A9. Windows color (decimal): -1008339 or 2989552. OLE color: 2989552.
HSL color Cylindrical-coordinate representation of color #F09D2D: hue angle of 34.46º 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 #F09D2D is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 45 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.06 |
| HSL | 34.46º | 0.87% | 0.56% | - |
| HSV(B) | 34.46º | 0.81% | 0.94% | - |
| XYZ | 48.47 | 42.83 | 8.19 | - |
| YUV | 169.05 | 58 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 45 | 0 | 0.35 | 0.81 | 0.06 | 34.46 | 0.87 | 0.56 |
| Hex | F0 | 9D | 2D | 0 | 23 | 51 | 6 | 22 | 57 | 38 |
| Octal | 360 | 235 | 55 | 0 | 43 | 121 | 6 | 42 | 127 | 70 |
| Binary | 11110000 | 10011101 | 101101 | 0 | 100011 | 1010001 | 110 | 100010 | 1010111 | 111000 |
Color Harmonies of #F09D2D
Complementary color
Monochromatic Colors of #F09D2D
Black with #F09D2D
Text Example
Text Example
White with #F09D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D2D; }
p { color: rgb(240,157,45); }
H1.HeaderClassName
{
color: #F09D2D;
}
.AnyTagClassName
{
color: #F09D2D;
}
</style>
background-color css
<style>
a { background-color: #F09D2D; }
a { background-color: rgb(240,157,45); }
div.DivClassName
{
background-color: #F09D2D;
}
.BgClassName
{
background-color: #F09D2D;
}
</style>
border-color css
<style>
span { border-color: #F09D2D; }
span { border-color: rgb(240,157,45); }
td.TdClassName
{
border-color: #F09D2D;
}
.TagClassName
{
border-color: #F09D2D;
}
</style>