Shades of Yellow Sea #F2A640
Tints of Yellow Sea #F2A640
RGB
CMYK
RGB Variations
Color information
#F2A640 (or 0xF2A640) is known color: Yellow Sea. HEX triplet: F2, A6 and 40. RGB value is (242,166,64). Sum of RGB (Red+Green+Blue) = 242+166+64=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A640 is #0D59BF. Grayscale: #B1B1B1. Windows color (decimal): -874944 or 4237042. OLE color: 4237042.
HSL color Cylindrical-coordinate representation of color #F2A640: hue angle of 34.38º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2A640 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 64 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.05 |
| HSL | 34.38º | 0.87% | 0.6% | - |
| HSV(B) | 34.38º | 0.74% | 0.95% | - |
| XYZ | 51.18 | 46.52 | 11.13 | - |
| YUV | 177.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 64 | 0 | 0.31 | 0.74 | 0.05 | 34.38 | 0.87 | 0.6 |
| Hex | F2 | A6 | 40 | 0 | 1F | 4A | 5 | 22 | 57 | 3C |
| Octal | 362 | 246 | 100 | 0 | 37 | 112 | 5 | 42 | 127 | 74 |
| Binary | 11110010 | 10100110 | 1000000 | 0 | 11111 | 1001010 | 101 | 100010 | 1010111 | 111100 |
Color Harmonies of #F2A640
Complementary color
Monochromatic Colors of #F2A640
Black with #F2A640
Text Example
Text Example
White with #F2A640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A640; }
p { color: rgb(242,166,64); }
H1.HeaderClassName
{
color: #F2A640;
}
.AnyTagClassName
{
color: #F2A640;
}
</style>
background-color css
<style>
a { background-color: #F2A640; }
a { background-color: rgb(242,166,64); }
div.DivClassName
{
background-color: #F2A640;
}
.BgClassName
{
background-color: #F2A640;
}
</style>
border-color css
<style>
span { border-color: #F2A640; }
span { border-color: rgb(242,166,64); }
td.TdClassName
{
border-color: #F2A640;
}
.TagClassName
{
border-color: #F2A640;
}
</style>