#FAD24C

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

Shades of Kournikova #FAD24C

Tints of Kournikova #FAD24C

Color information

#FAD24C (or 0xFAD24C) is unknown color: approx Kournikova. HEX triplet: FA, D2 and 4C. RGB value is (250,210,76). Sum of RGB (Red+Green+Blue) = 250+210+76=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD24C is #052DB3. Grayscale: #CFCFCF. Windows color (decimal): -339380 or 5034746. OLE color: 5034746.

HSL color Cylindrical-coordinate representation of color #FAD24C: hue angle of 46.21º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAD24C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB25021076-
CMYK00.160.700.02
HSL46.21º94.57%63.92%-
HSV(B)46.21º69.6%98.04%-
XYZ63.7866.9416.4-
YUV206.6854.25158.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 76 (30.08% from 255) = 14.18%
R=46.64%
G=39.18%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502107600.160.700.0246.2194.5763.92
HexFAD24C0104622e5f40
Octal372322114020106256137100
Binary1111101011010010100110001000010001101010111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD24C; }

 p { color: rgb(250,210,76); }

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

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

 a { background-color: rgb(250,210,76); }

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

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

 span { border-color: rgb(250,210,76); }

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