#FAC84F

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

Shades of Kournikova #FAC84F

Tints of Kournikova #FAC84F

Color information

#FAC84F (or 0xFAC84F) is unknown color: approx Kournikova. HEX triplet: FA, C8 and 4F. RGB value is (250,200,79). Sum of RGB (Red+Green+Blue) = 250+200+79=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC84F is #0537B0. Grayscale: #C9C9C9. Windows color (decimal): -341937 or 5228794. OLE color: 5228794.

HSL color Cylindrical-coordinate representation of color #FAC84F: hue angle of 42.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC84F is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25020079-
CMYK00.20.680.02
HSL42.46º94.48%64.51%-
HSV(B)42.46º68.4%98.04%-
XYZ61.4962.216.16-
YUV201.1659.07162.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 79 (31.25% from 255) = 14.93%
R=47.26%
G=37.81%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502007900.20.680.0242.4694.4864.51
HexFAC84F0144422a5e41
Octal372310117024104252136101
Binary1111101011001000100111101010010001001010101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC84F; }

 p { color: rgb(250,200,79); }

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

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

 a { background-color: rgb(250,200,79); }

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

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

 span { border-color: rgb(250,200,79); }

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