#f2cf56

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

Shades of Kournikova #F2CF56

Tints of Kournikova #F2CF56

Color information

#F2CF56 (or 0xF2CF56) is unknown color: approx Kournikova. HEX triplet: F2, CF and 56. RGB value is (242,207,86). Sum of RGB (Red+Green+Blue) = 242+207+86=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF56 is #0D30A9. Grayscale: #CCCCCC. Windows color (decimal): -864426 or 5689330. OLE color: 5689330.

HSL color Cylindrical-coordinate representation of color #F2CF56: hue angle of 46.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2CF56 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24220786-
CMYK00.140.640.05
HSL46.54º85.71%64.31%-
HSV(B)46.54º64.46%94.9%-
XYZ60.6164.1718-
YUV203.6761.6155.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 86 (33.98% from 255) = 16.07%
R=45.23%
G=38.69%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422078600.140.640.0546.5485.7164.31
HexF2CF560E4052f5640
Octal362317126016100557126100
Binary1111001011001111101011001110100000010110111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2cf56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2cf56; }

 p { color: rgb(242,207,86); }

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

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

 a { background-color: rgb(242,207,86); }

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

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

 span { border-color: rgb(242,207,86); }

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