Shades of Yellow Sea #F69C2F
Tints of Yellow Sea #F69C2F
RGB
CMYK
RGB Variations
Color information
#F69C2F (or 0xF69C2F) is known color: Yellow Sea. HEX triplet: F6, 9C and 2F. RGB value is (246,156,47). Sum of RGB (Red+Green+Blue) = 246+156+47=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C2F is #0963D0. Grayscale: #ABABAB. Windows color (decimal): -615377 or 3120374. OLE color: 3120374.
HSL color Cylindrical-coordinate representation of color #F69C2F: hue angle of 32.86º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F69C2F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.04 |
| HSL | 32.86º | 0.92% | 0.57% | - |
| HSV(B) | 32.86º | 0.81% | 0.96% | - |
| XYZ | 50.41 | 43.58 | 8.44 | - |
| YUV | 170.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 47 | 0 | 0.37 | 0.81 | 0.04 | 32.86 | 0.92 | 0.57 |
| Hex | F6 | 9C | 2F | 0 | 25 | 51 | 4 | 21 | 5C | 39 |
| Octal | 366 | 234 | 57 | 0 | 45 | 121 | 4 | 41 | 134 | 71 |
| Binary | 11110110 | 10011100 | 101111 | 0 | 100101 | 1010001 | 100 | 100001 | 1011100 | 111001 |
Color Harmonies of #F69C2F
Complementary color
Monochromatic Colors of #F69C2F
Black with #F69C2F
Text Example
Text Example
White with #F69C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C2F; }
p { color: rgb(246,156,47); }
H1.HeaderClassName
{
color: #F69C2F;
}
.AnyTagClassName
{
color: #F69C2F;
}
</style>
background-color css
<style>
a { background-color: #F69C2F; }
a { background-color: rgb(246,156,47); }
div.DivClassName
{
background-color: #F69C2F;
}
.BgClassName
{
background-color: #F69C2F;
}
</style>
border-color css
<style>
span { border-color: #F69C2F; }
span { border-color: rgb(246,156,47); }
td.TdClassName
{
border-color: #F69C2F;
}
.TagClassName
{
border-color: #F69C2F;
}
</style>