Shades of Kournikova #FBC85C
Tints of Kournikova #FBC85C
RGB
CMYK
RGB Variations
Color information
#FBC85C (or 0xFBC85C) is known color: Kournikova. HEX triplet: FB, C8 and 5C. RGB value is (251,200,92). Sum of RGB (Red+Green+Blue) = 251+200+92=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC85C is #0437A3. Grayscale: #CBCBCB. Windows color (decimal): -276388 or 6080763. OLE color: 6080763.
HSL color Cylindrical-coordinate representation of color #FBC85C: hue angle of 40.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC85C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 92 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 40.75º | 0.95% | 0.67% | - |
| HSV(B) | 40.75º | 0.63% | 0.98% | - |
| XYZ | 62.37 | 62.59 | 18.92 | - |
| YUV | 202.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 92 | 0 | 0.20 | 0.63 | 0.02 | 40.75 | 0.95 | 0.67 |
| Hex | FB | C8 | 5C | 0 | 14 | 3F | 2 | 29 | 5F | 43 |
| Octal | 373 | 310 | 134 | 0 | 24 | 77 | 2 | 51 | 137 | 103 |
| Binary | 11111011 | 11001000 | 1011100 | 0 | 10100 | 111111 | 10 | 101001 | 1011111 | 1000011 |
Color Harmonies of #FBC85C
Complementary color
Monochromatic Colors of #FBC85C
Black with #FBC85C
Text Example
Text Example
White with #FBC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC85C; }
p { color: rgb(251,200,92); }
H1.HeaderClassName
{
color: #FBC85C;
}
.AnyTagClassName
{
color: #FBC85C;
}
</style>
background-color css
<style>
a { background-color: #FBC85C; }
a { background-color: rgb(251,200,92); }
div.DivClassName
{
background-color: #FBC85C;
}
.BgClassName
{
background-color: #FBC85C;
}
</style>
border-color css
<style>
span { border-color: #FBC85C; }
span { border-color: rgb(251,200,92); }
td.TdClassName
{
border-color: #FBC85C;
}
.TagClassName
{
border-color: #FBC85C;
}
</style>