#FACD49

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

Shades of Kournikova #FACD49

Tints of Kournikova #FACD49

Color information

#FACD49 (or 0xFACD49) is unknown color: approx Kournikova. HEX triplet: FA, CD and 49. RGB value is (250,205,73). Sum of RGB (Red+Green+Blue) = 250+205+73=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD49 is #0532B6. Grayscale: #CBCBCB. Windows color (decimal): -340663 or 4836858. OLE color: 4836858.

HSL color Cylindrical-coordinate representation of color #FACD49: hue angle of 44.75º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FACD49 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25020573-
CMYK00.180.710.02
HSL44.75º94.65%63.33%-
HSV(B)44.75º70.8%98.04%-
XYZ62.4664.4715.45-
YUV203.4154.41161.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 73 (28.91% from 255) = 13.83%
R=47.35%
G=38.83%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502057300.180.710.0244.7594.6563.33
HexFACD490124722d5f3f
Octal37231511102210725513777
Binary111110101100110110010010100101000111101011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD49; }

 p { color: rgb(250,205,73); }

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

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

 a { background-color: rgb(250,205,73); }

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

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

 span { border-color: rgb(250,205,73); }

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