Shades of Yellow Sea #F1A235
Tints of Yellow Sea #F1A235
RGB
CMYK
RGB Variations
Color information
#F1A235 (or 0xF1A235) is known color: Yellow Sea. HEX triplet: F1, A2 and 35. RGB value is (241,162,53). Sum of RGB (Red+Green+Blue) = 241+162+53=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A235 is #0E5DCA. Grayscale: #ADADAD. Windows color (decimal): -941515 or 3515121. OLE color: 3515121.
HSL color Cylindrical-coordinate representation of color #F1A235: hue angle of 34.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1A235 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 162 | 53 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.05 |
| HSL | 34.79º | 0.87% | 0.58% | - |
| HSV(B) | 34.79º | 0.78% | 0.95% | - |
| XYZ | 49.84 | 44.8 | 9.39 | - |
| YUV | 173.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 53 | 0 | 0.33 | 0.78 | 0.05 | 34.79 | 0.87 | 0.58 |
| Hex | F1 | A2 | 35 | 0 | 21 | 4E | 5 | 23 | 57 | 3A |
| Octal | 361 | 242 | 65 | 0 | 41 | 116 | 5 | 43 | 127 | 72 |
| Binary | 11110001 | 10100010 | 110101 | 0 | 100001 | 1001110 | 101 | 100011 | 1010111 | 111010 |
Color Harmonies of #F1A235
Complementary color
Monochromatic Colors of #F1A235
Black with #F1A235
Text Example
Text Example
White with #F1A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A235; }
p { color: rgb(241,162,53); }
H1.HeaderClassName
{
color: #F1A235;
}
.AnyTagClassName
{
color: #F1A235;
}
</style>
background-color css
<style>
a { background-color: #F1A235; }
a { background-color: rgb(241,162,53); }
div.DivClassName
{
background-color: #F1A235;
}
.BgClassName
{
background-color: #F1A235;
}
</style>
border-color css
<style>
span { border-color: #F1A235; }
span { border-color: rgb(241,162,53); }
td.TdClassName
{
border-color: #F1A235;
}
.TagClassName
{
border-color: #F1A235;
}
</style>