Shades of Yellow Sea #F0993D
Tints of Yellow Sea #F0993D
RGB
CMYK
RGB Variations
Color information
#F0993D (or 0xF0993D) is known color: Yellow Sea. HEX triplet: F0, 99 and 3D. RGB value is (240,153,61). Sum of RGB (Red+Green+Blue) = 240+153+61=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0993D is #0F66C2. Grayscale: #A8A8A8. Windows color (decimal): -1009347 or 4037104. OLE color: 4037104.
HSL color Cylindrical-coordinate representation of color #F0993D: hue angle of 30.84º 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 #F0993D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 61 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.06 |
| HSL | 30.84º | 0.86% | 0.59% | - |
| HSV(B) | 30.84º | 0.75% | 0.94% | - |
| XYZ | 48.17 | 41.64 | 9.91 | - |
| YUV | 168.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 61 | 0 | 0.36 | 0.75 | 0.06 | 30.84 | 0.86 | 0.59 |
| Hex | F0 | 99 | 3D | 0 | 24 | 4B | 6 | 1F | 56 | 3B |
| Octal | 360 | 231 | 75 | 0 | 44 | 113 | 6 | 37 | 126 | 73 |
| Binary | 11110000 | 10011001 | 111101 | 0 | 100100 | 1001011 | 110 | 11111 | 1010110 | 111011 |
Color Harmonies of #F0993D
Complementary color
Monochromatic Colors of #F0993D
Black with #F0993D
Text Example
Text Example
White with #F0993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0993D; }
p { color: rgb(240,153,61); }
H1.HeaderClassName
{
color: #F0993D;
}
.AnyTagClassName
{
color: #F0993D;
}
</style>
background-color css
<style>
a { background-color: #F0993D; }
a { background-color: rgb(240,153,61); }
div.DivClassName
{
background-color: #F0993D;
}
.BgClassName
{
background-color: #F0993D;
}
</style>
border-color css
<style>
span { border-color: #F0993D; }
span { border-color: rgb(240,153,61); }
td.TdClassName
{
border-color: #F0993D;
}
.TagClassName
{
border-color: #F0993D;
}
</style>