Shades of Yellow Sea #F69A34
Tints of Yellow Sea #F69A34
RGB
CMYK
RGB Variations
Color information
#F69A34 (or 0xF69A34) is known color: Yellow Sea. HEX triplet: F6, 9A and 34. RGB value is (246,154,52). Sum of RGB (Red+Green+Blue) = 246+154+52=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69A34 is #0965CB. Grayscale: #AAAAAA. Windows color (decimal): -615884 or 3447542. OLE color: 3447542.
HSL color Cylindrical-coordinate representation of color #F69A34: hue angle of 31.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F69A34 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 52 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.04 |
| HSL | 31.55º | 0.92% | 0.58% | - |
| HSV(B) | 31.55º | 0.79% | 0.96% | - |
| XYZ | 50.18 | 42.95 | 8.89 | - |
| YUV | 169.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 52 | 0 | 0.37 | 0.79 | 0.04 | 31.55 | 0.92 | 0.58 |
| Hex | F6 | 9A | 34 | 0 | 25 | 4F | 4 | 20 | 5C | 3A |
| Octal | 366 | 232 | 64 | 0 | 45 | 117 | 4 | 40 | 134 | 72 |
| Binary | 11110110 | 10011010 | 110100 | 0 | 100101 | 1001111 | 100 | 100000 | 1011100 | 111010 |
Color Harmonies of #F69A34
Complementary color
Monochromatic Colors of #F69A34
Black with #F69A34
Text Example
Text Example
White with #F69A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A34; }
p { color: rgb(246,154,52); }
H1.HeaderClassName
{
color: #F69A34;
}
.AnyTagClassName
{
color: #F69A34;
}
</style>
background-color css
<style>
a { background-color: #F69A34; }
a { background-color: rgb(246,154,52); }
div.DivClassName
{
background-color: #F69A34;
}
.BgClassName
{
background-color: #F69A34;
}
</style>
border-color css
<style>
span { border-color: #F69A34; }
span { border-color: rgb(246,154,52); }
td.TdClassName
{
border-color: #F69A34;
}
.TagClassName
{
border-color: #F69A34;
}
</style>