Shades of Yellow Sea #FBA03E
Tints of Yellow Sea #FBA03E
RGB
CMYK
RGB Variations
Color information
#FBA03E (or 0xFBA03E) is known color: Yellow Sea. HEX triplet: FB, A0 and 3E. RGB value is (251,160,62). Sum of RGB (Red+Green+Blue) = 251+160+62=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03E is #045FC1. Grayscale: #B0B0B0. Windows color (decimal): -286658 or 4104443. OLE color: 4104443.
HSL color Cylindrical-coordinate representation of color #FBA03E: hue angle of 31.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA03E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 62 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.02 |
| HSL | 31.11º | 0.96% | 0.61% | - |
| HSV(B) | 31.11º | 0.75% | 0.98% | - |
| XYZ | 53.22 | 46 | 10.63 | - |
| YUV | 176.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 62 | 0 | 0.36 | 0.75 | 0.02 | 31.11 | 0.96 | 0.61 |
| Hex | FB | A0 | 3E | 0 | 24 | 4B | 2 | 1F | 60 | 3D |
| Octal | 373 | 240 | 76 | 0 | 44 | 113 | 2 | 37 | 140 | 75 |
| Binary | 11111011 | 10100000 | 111110 | 0 | 100100 | 1001011 | 10 | 11111 | 1100000 | 111101 |
Color Harmonies of #FBA03E
Complementary color
Monochromatic Colors of #FBA03E
Black with #FBA03E
Text Example
Text Example
White with #FBA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA03E; }
p { color: rgb(251,160,62); }
H1.HeaderClassName
{
color: #FBA03E;
}
.AnyTagClassName
{
color: #FBA03E;
}
</style>
background-color css
<style>
a { background-color: #FBA03E; }
a { background-color: rgb(251,160,62); }
div.DivClassName
{
background-color: #FBA03E;
}
.BgClassName
{
background-color: #FBA03E;
}
</style>
border-color css
<style>
span { border-color: #FBA03E; }
span { border-color: rgb(251,160,62); }
td.TdClassName
{
border-color: #FBA03E;
}
.TagClassName
{
border-color: #FBA03E;
}
</style>