#FAD557

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

Shades of Kournikova #FAD557

Tints of Kournikova #FAD557

Color information

#FAD557 (or 0xFAD557) is unknown color: approx Kournikova. HEX triplet: FA, D5 and 57. RGB value is (250,213,87). Sum of RGB (Red+Green+Blue) = 250+213+87=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD557 is #052AA8. Grayscale: #D2D2D2. Windows color (decimal): -338601 or 5756410. OLE color: 5756410.

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

Color convert

RGB25021387-
CMYK00.150.650.02
HSL46.38º94.22%66.08%-
HSV(B)46.38º65.2%98.04%-
XYZ64.9468.618.84-
YUV209.758.76156.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 87 (34.38% from 255) = 15.82%
R=45.45%
G=38.73%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502138700.150.650.0246.3894.2266.08
HexFAD5570F4122e5e42
Octal372325127017101256136102
Binary111110101101010110101110111110000011010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD557; }

 p { color: rgb(250,213,87); }

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

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

 a { background-color: rgb(250,213,87); }

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

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

 span { border-color: rgb(250,213,87); }

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