#FACF49

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

Shades of Kournikova #FACF49

Tints of Kournikova #FACF49

Color information

#FACF49 (or 0xFACF49) is unknown color: approx Kournikova. HEX triplet: FA, CF and 49. RGB value is (250,207,73). Sum of RGB (Red+Green+Blue) = 250+207+73=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF49 is #0530B6. Grayscale: #CDCDCD. Windows color (decimal): -340151 or 4837370. OLE color: 4837370.

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

Color convert

RGB25020773-
CMYK00.170.710.02
HSL45.42º94.65%63.33%-
HSV(B)45.42º70.8%98.04%-
XYZ62.9465.4315.62-
YUV204.5853.75160.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 73 (28.91% from 255) = 13.77%
R=47.17%
G=39.06%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502077300.170.710.0245.4294.6563.33
HexFACF490114722d5f3f
Octal37231711102110725513777
Binary111110101100111110010010100011000111101011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF49; }

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

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

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

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

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

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

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

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