#FACF5E

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

Shades of Kournikova #FACF5E

Tints of Kournikova #FACF5E

Color information

#FACF5E (or 0xFACF5E) is unknown color: approx Kournikova. HEX triplet: FA, CF and 5E. RGB value is (250,207,94). Sum of RGB (Red+Green+Blue) = 250+207+94=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF5E is #0530A1. Grayscale: #CFCFCF. Windows color (decimal): -340130 or 6213626. OLE color: 6213626.

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

Color convert

RGB25020794-
CMYK00.170.620.02
HSL43.46º93.98%67.45%-
HSV(B)43.46º62.4%98.04%-
XYZ63.7665.7619.92-
YUV206.9864.25158.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 94 (37.11% from 255) = 17.06%
R=45.37%
G=37.57%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502079400.170.620.0243.4693.9867.45
HexFACF5E0113E22b5e43
Octal37231713602176253136103
Binary111110101100111110111100100011111101010101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF5E; }

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

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

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

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

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

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

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

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