Html Css Color HEX #FACD60 Kournikova

📋 copy color: '#FACD60'

red 250 ◦ green 205 ◦ blue 96

#FACD60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FACD60

Tints of Kournikova #FACD60

RGB

 RED value IS 250 (98.05% from 255) = 45.37%

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 96 (37.89% from 255) = 17.42%

R = 45.37%
G = 37.21%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FACD60 (or 0xFACD60) is known color: Kournikova. HEX triplet: FA, CD and 60. RGB value is (250,205,96). Sum of RGB (Red+Green+Blue) = 250+205+96=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD60 is #05329F. Grayscale: #CECECE. Windows color (decimal): -340640 or 6344186. OLE color: 6344186.

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

Color convert

RGB 250 205 96 -
CMYK 0 0.18 0.62 0.02
HSL 42.47º 0.94% 0.68% -
HSV(B) 42.47º 0.62% 0.98% -
XYZ 63.37 64.83 20.24 -
YUV 206.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 250 205 96 0 0.18 0.62 0.02 42.47 0.94 0.68
Hex FA CD 60 0 12 3E 2 2A 5E 44
Octal 372 315 140 0 22 76 2 52 136 104
Binary 11111010 11001101 1100000 0 10010 111110 10 101010 1011110 1000100

Color Harmonies of #FACD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD60

Black with #FACD60

Text Example


Text Example

White with #FACD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD60; }

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

 H1.HeaderClassName
 {
   color: #FACD60;
 }
 .AnyTagClassName
 {
   color: #FACD60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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