#F6CD50

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

Shades of Kournikova #F6CD50

Tints of Kournikova #F6CD50

Color information

#F6CD50 (or 0xF6CD50) is unknown color: approx Kournikova. HEX triplet: F6, CD and 50. RGB value is (246,205,80). Sum of RGB (Red+Green+Blue) = 246+205+80=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CD50 is #0932AF. Grayscale: #CBCBCB. Windows color (decimal): -602800 or 5295606. OLE color: 5295606.

HSL color Cylindrical-coordinate representation of color #F6CD50: hue angle of 45.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6CD50 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24620580-
CMYK00.170.670.04
HSL45.18º90.22%63.92%-
HSV(B)45.18º67.48%96.47%-
XYZ61.2963.8316.68-
YUV203.0158.58158.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.33%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 80 (31.64% from 255) = 15.07%
R=46.33%
G=38.61%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462058000.170.670.0445.1890.2263.92
HexF6CD500114342d5a40
Octal366315120021103455132100
Binary11110110110011011010000010001100001110010110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD50; }

 p { color: rgb(246,205,80); }

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

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

 a { background-color: rgb(246,205,80); }

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

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

 span { border-color: rgb(246,205,80); }

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