Shades of Yellow Sea #F5A136
Tints of Yellow Sea #F5A136
RGB
CMYK
RGB Variations
Color information
#F5A136 (or 0xF5A136) is known color: Yellow Sea. HEX triplet: F5, A1 and 36. RGB value is (245,161,54). Sum of RGB (Red+Green+Blue) = 245+161+54=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A136 is #0A5EC9. Grayscale: #AEAEAE. Windows color (decimal): -679626 or 3580405. OLE color: 3580405.
HSL color Cylindrical-coordinate representation of color #F5A136: hue angle of 33.61º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5A136 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 54 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.04 |
| HSL | 33.61º | 0.91% | 0.59% | - |
| HSV(B) | 33.61º | 0.78% | 0.96% | - |
| XYZ | 51.07 | 45.17 | 9.52 | - |
| YUV | 173.92 | 60.33 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 54 | 0 | 0.34 | 0.78 | 0.04 | 33.61 | 0.91 | 0.59 |
| Hex | F5 | A1 | 36 | 0 | 22 | 4E | 4 | 22 | 5B | 3B |
| Octal | 365 | 241 | 66 | 0 | 42 | 116 | 4 | 42 | 133 | 73 |
| Binary | 11110101 | 10100001 | 110110 | 0 | 100010 | 1001110 | 100 | 100010 | 1011011 | 111011 |
Color Harmonies of #F5A136
Complementary color
Monochromatic Colors of #F5A136
Black with #F5A136
Text Example
Text Example
White with #F5A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A136; }
p { color: rgb(245,161,54); }
H1.HeaderClassName
{
color: #F5A136;
}
.AnyTagClassName
{
color: #F5A136;
}
</style>
background-color css
<style>
a { background-color: #F5A136; }
a { background-color: rgb(245,161,54); }
div.DivClassName
{
background-color: #F5A136;
}
.BgClassName
{
background-color: #F5A136;
}
</style>
border-color css
<style>
span { border-color: #F5A136; }
span { border-color: rgb(245,161,54); }
td.TdClassName
{
border-color: #F5A136;
}
.TagClassName
{
border-color: #F5A136;
}
</style>