Shades of Yellow Sea #F09C34
Tints of Yellow Sea #F09C34
RGB
CMYK
RGB Variations
Color information
#F09C34 (or 0xF09C34) is known color: Yellow Sea. HEX triplet: F0, 9C and 34. RGB value is (240,156,52). Sum of RGB (Red+Green+Blue) = 240+156+52=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09C34 is #0F63CB. Grayscale: #A9A9A9. Windows color (decimal): -1008588 or 3448048. OLE color: 3448048.
HSL color Cylindrical-coordinate representation of color #F09C34: hue angle of 33.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F09C34 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 52 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.06 |
| HSL | 33.19º | 0.86% | 0.57% | - |
| HSV(B) | 33.19º | 0.78% | 0.94% | - |
| XYZ | 48.44 | 42.55 | 8.91 | - |
| YUV | 169.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 52 | 0 | 0.35 | 0.78 | 0.06 | 33.19 | 0.86 | 0.57 |
| Hex | F0 | 9C | 34 | 0 | 23 | 4E | 6 | 21 | 56 | 39 |
| Octal | 360 | 234 | 64 | 0 | 43 | 116 | 6 | 41 | 126 | 71 |
| Binary | 11110000 | 10011100 | 110100 | 0 | 100011 | 1001110 | 110 | 100001 | 1010110 | 111001 |
Color Harmonies of #F09C34
Complementary color
Monochromatic Colors of #F09C34
Black with #F09C34
Text Example
Text Example
White with #F09C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C34; }
p { color: rgb(240,156,52); }
H1.HeaderClassName
{
color: #F09C34;
}
.AnyTagClassName
{
color: #F09C34;
}
</style>
background-color css
<style>
a { background-color: #F09C34; }
a { background-color: rgb(240,156,52); }
div.DivClassName
{
background-color: #F09C34;
}
.BgClassName
{
background-color: #F09C34;
}
</style>
border-color css
<style>
span { border-color: #F09C34; }
span { border-color: rgb(240,156,52); }
td.TdClassName
{
border-color: #F09C34;
}
.TagClassName
{
border-color: #F09C34;
}
</style>