Shades of Yellow Sea #F09630
Tints of Yellow Sea #F09630
RGB
CMYK
RGB Variations
Color information
#F09630 (or 0xF09630) is known color: Yellow Sea. HEX triplet: F0, 96 and 30. RGB value is (240,150,48). Sum of RGB (Red+Green+Blue) = 240+150+48=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F09630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09630 is #0F69CF. Grayscale: #A5A5A5. Windows color (decimal): -1010128 or 3184368. OLE color: 3184368.
HSL color Cylindrical-coordinate representation of color #F09630: hue angle of 31.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F09630 is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 48 | - |
| CMYK | 0 | 0.37 | 0.8 | 0.06 |
| HSL | 31.88º | 0.86% | 0.56% | - |
| HSV(B) | 31.88º | 0.8% | 0.94% | - |
| XYZ | 47.38 | 40.55 | 8.13 | - |
| YUV | 165.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 48 | 0 | 0.37 | 0.8 | 0.06 | 31.88 | 0.86 | 0.56 |
| Hex | F0 | 96 | 30 | 0 | 25 | 50 | 6 | 20 | 56 | 38 |
| Octal | 360 | 226 | 60 | 0 | 45 | 120 | 6 | 40 | 126 | 70 |
| Binary | 11110000 | 10010110 | 110000 | 0 | 100101 | 1010000 | 110 | 100000 | 1010110 | 111000 |
Color Harmonies of #F09630
Complementary color
Monochromatic Colors of #F09630
Black with #F09630
Text Example
Text Example
White with #F09630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09630; }
p { color: rgb(240,150,48); }
H1.HeaderClassName
{
color: #F09630;
}
.AnyTagClassName
{
color: #F09630;
}
</style>
background-color css
<style>
a { background-color: #F09630; }
a { background-color: rgb(240,150,48); }
div.DivClassName
{
background-color: #F09630;
}
.BgClassName
{
background-color: #F09630;
}
</style>
border-color css
<style>
span { border-color: #F09630; }
span { border-color: rgb(240,150,48); }
td.TdClassName
{
border-color: #F09630;
}
.TagClassName
{
border-color: #F09630;
}
</style>