#FAD656

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

Shades of Kournikova #FAD656

Tints of Kournikova #FAD656

Color information

#FAD656 (or 0xFAD656) is unknown color: approx Kournikova. HEX triplet: FA, D6 and 56. RGB value is (250,214,86). Sum of RGB (Red+Green+Blue) = 250+214+86=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD656 is #0529A9. Grayscale: #D2D2D2. Windows color (decimal): -338346 or 5691130. OLE color: 5691130.

HSL color Cylindrical-coordinate representation of color #FAD656: hue angle of 46.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAD656 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25021486-
CMYK00.140.660.02
HSL46.83º94.25%65.88%-
HSV(B)46.83º65.6%98.04%-
XYZ65.1569.0918.71-
YUV210.1757.93156.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 86 (33.98% from 255) = 15.64%
R=45.45%
G=38.91%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502148600.140.660.0246.8394.2565.88
HexFAD6560E4222f5e42
Octal372326126016102257136102
Binary111110101101011010101100111010000101010111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD656; }

 p { color: rgb(250,214,86); }

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

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

 a { background-color: rgb(250,214,86); }

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

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

 span { border-color: rgb(250,214,86); }

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