Shades of Yellow Sea #FBA03D
Tints of Yellow Sea #FBA03D
RGB
CMYK
RGB Variations
Color information
#FBA03D (or 0xFBA03D) is known color: Yellow Sea. HEX triplet: FB, A0 and 3D. RGB value is (251,160,61). Sum of RGB (Red+Green+Blue) = 251+160+61=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03D is #045FC2. Grayscale: #B0B0B0. Windows color (decimal): -286659 or 4038907. OLE color: 4038907.
HSL color Cylindrical-coordinate representation of color #FBA03D: hue angle of 31.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA03D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 61 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.02 |
| HSL | 31.26º | 0.96% | 0.61% | - |
| HSV(B) | 31.26º | 0.76% | 0.98% | - |
| XYZ | 53.2 | 45.99 | 10.49 | - |
| YUV | 175.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 61 | 0 | 0.36 | 0.76 | 0.02 | 31.26 | 0.96 | 0.61 |
| Hex | FB | A0 | 3D | 0 | 24 | 4C | 2 | 1F | 60 | 3D |
| Octal | 373 | 240 | 75 | 0 | 44 | 114 | 2 | 37 | 140 | 75 |
| Binary | 11111011 | 10100000 | 111101 | 0 | 100100 | 1001100 | 10 | 11111 | 1100000 | 111101 |
Color Harmonies of #FBA03D
Complementary color
Monochromatic Colors of #FBA03D
Black with #FBA03D
Text Example
Text Example
White with #FBA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA03D; }
p { color: rgb(251,160,61); }
H1.HeaderClassName
{
color: #FBA03D;
}
.AnyTagClassName
{
color: #FBA03D;
}
</style>
background-color css
<style>
a { background-color: #FBA03D; }
a { background-color: rgb(251,160,61); }
div.DivClassName
{
background-color: #FBA03D;
}
.BgClassName
{
background-color: #FBA03D;
}
</style>
border-color css
<style>
span { border-color: #FBA03D; }
span { border-color: rgb(251,160,61); }
td.TdClassName
{
border-color: #FBA03D;
}
.TagClassName
{
border-color: #FBA03D;
}
</style>