#FBCE52

Color #FBCE52 Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FBCE52

Tints of Kournikova #FBCE52

Color information

#FBCE52 (or 0xFBCE52) is unknown color: approx Kournikova. HEX triplet: FB, CE and 52. RGB value is (251,206,82). Sum of RGB (Red+Green+Blue) = 251+206+82=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE52 is #0431AD. Grayscale: #CDCDCD. Windows color (decimal): -274862 or 5426939. OLE color: 5426939.

HSL color Cylindrical-coordinate representation of color #FBCE52: hue angle of 44.02º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBCE52 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25120682-
CMYK00.180.670.02
HSL44.02º95.48%65.29%-
HSV(B)44.02º67.33%98.43%-
XYZ63.3865.2617.24-
YUV205.3258.41160.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 82 (32.42% from 255) = 15.21%
R=46.57%
G=38.22%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512068200.180.670.0244.0295.4865.29
HexFBCE520124322c5f41
Octal373316122022103254137101
Binary1111101111001110101001001001010000111010110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE52; }

 p { color: rgb(251,206,82); }

 H1.HeaderClassName
 {
   color: #FBCE52;
 }
 .AnyTagClassName
 {
   color: #FBCE52;
 }
</style>
background-color css

<style>
 a { background-color: #FBCE52; }

 a { background-color: rgb(251,206,82); }

 div.DivClassName
 {
   background-color: #FBCE52;
 }
 .BgClassName
 {
   background-color: #FBCE52;
 }
</style>
border-color css

<style>
 span { border-color: #FBCE52; }

 span { border-color: rgb(251,206,82); }

 td.TdClassName
 {
   border-color: #FBCE52;
 }
 .TagClassName
 {
   border-color: #FBCE52;
 }
</style>