#FAD358

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

Shades of Kournikova #FAD358

Tints of Kournikova #FAD358

Color information

#FAD358 (or 0xFAD358) is unknown color: approx Kournikova. HEX triplet: FA, D3 and 58. RGB value is (250,211,88). Sum of RGB (Red+Green+Blue) = 250+211+88=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD358 is #052CA7. Grayscale: #D1D1D1. Windows color (decimal): -339112 or 5821434. OLE color: 5821434.

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

Color convert

RGB25021188-
CMYK00.160.650.02
HSL45.56º94.19%66.27%-
HSV(B)45.56º64.8%98.04%-
XYZ64.4867.6218.89-
YUV208.6459.92157.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 88 (34.77% from 255) = 16.03%
R=45.54%
G=38.43%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502118800.160.650.0245.5694.1966.27
HexFAD3580104122e5e42
Octal372323130020101256136102
Binary1111101011010011101100001000010000011010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD358; }

 p { color: rgb(250,211,88); }

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

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

 a { background-color: rgb(250,211,88); }

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

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

 span { border-color: rgb(250,211,88); }

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