Html Css Color HEX #FACD5C Kournikova

📋 copy color: '#FACD5C'

red 250 ◦ green 205 ◦ blue 92

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

Shades of Kournikova #FACD5C

Tints of Kournikova #FACD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.82%

R = 45.7%
G = 37.48%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FACD5C (or 0xFACD5C) is known color: Kournikova. HEX triplet: FA, CD and 5C. RGB value is (250,205,92). Sum of RGB (Red+Green+Blue) = 250+205+92=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5C is #0532A3. Grayscale: #CECECE. Windows color (decimal): -340644 or 6082042. OLE color: 6082042.

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

Color convert

RGB 250 205 92 -
CMYK 0 0.18 0.63 0.02
HSL 42.91º 0.94% 0.67% -
HSV(B) 42.91º 0.63% 0.98% -
XYZ 63.19 64.76 19.29 -
YUV 205.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 250 205 92 0 0.18 0.63 0.02 42.91 0.94 0.67
Hex FA CD 5C 0 12 3F 2 2B 5E 43
Octal 372 315 134 0 22 77 2 53 136 103
Binary 11111010 11001101 1011100 0 10010 111111 10 101011 1011110 1000011

Color Harmonies of #FACD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD5C

Black with #FACD5C

Text Example


Text Example

White with #FACD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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