#FBCF52

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

Shades of Kournikova #FBCF52

Tints of Kournikova #FBCF52

Color information

#FBCF52 (or 0xFBCF52) is unknown color: approx Kournikova. HEX triplet: FB, CF and 52. RGB value is (251,207,82). Sum of RGB (Red+Green+Blue) = 251+207+82=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCF52 is #0430AD. Grayscale: #CECECE. Windows color (decimal): -274606 or 5427195. OLE color: 5427195.

HSL color Cylindrical-coordinate representation of color #FBCF52: hue angle of 44.38º 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 #FBCF52 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25120782-
CMYK00.180.670.02
HSL44.38º95.48%65.29%-
HSV(B)44.38º67.33%98.43%-
XYZ63.6265.7417.32-
YUV205.9158.08160.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 82 (32.42% from 255) = 15.19%
R=46.48%
G=38.33%
B=15.19%

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
Decimal2512078200.180.670.0244.3895.4865.29
HexFBCF520124322c5f41
Octal373317122022103254137101
Binary1111101111001111101001001001010000111010110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF52; }

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

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

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

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

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

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

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

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