#FAD457

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

Shades of Kournikova #FAD457

Tints of Kournikova #FAD457

Color information

#FAD457 (or 0xFAD457) is unknown color: approx Kournikova. HEX triplet: FA, D4 and 57. RGB value is (250,212,87). Sum of RGB (Red+Green+Blue) = 250+212+87=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 87 (34.38% from 255 or 15.85% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD457 is #052BA8. Grayscale: #D1D1D1. Windows color (decimal): -338857 or 5756154. OLE color: 5756154.

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

Color convert

RGB25021287-
CMYK00.150.650.02
HSL46.01º94.22%66.08%-
HSV(B)46.01º65.2%98.04%-
XYZ64.6968.118.75-
YUV209.1159.09157.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 87 (34.38% from 255) = 15.85%
R=45.54%
G=38.62%
B=15.85%

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
Decimal2502128700.150.650.0246.0194.2266.08
HexFAD4570F4122e5e42
Octal372324127017101256136102
Binary111110101101010010101110111110000011010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD457; }

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

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

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

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

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

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

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

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