Html Css Color HEX #FACD52 Kournikova

📋 copy color: '#FACD52'

red 250 ◦ green 205 ◦ blue 82

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

Shades of Kournikova #FACD52

Tints of Kournikova #FACD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.27%

R = 46.55%
G = 38.18%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FACD52 (or 0xFACD52) is known color: Kournikova. HEX triplet: FA, CD and 52. RGB value is (250,205,82). Sum of RGB (Red+Green+Blue) = 250+205+82=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD52 is #0532AD. Grayscale: #CCCCCC. Windows color (decimal): -340654 or 5426682. OLE color: 5426682.

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

Color convert

RGB 250 205 82 -
CMYK 0 0.18 0.67 0.02
HSL 43.93º 0.94% 0.65% -
HSV(B) 43.93º 0.67% 0.98% -
XYZ 62.78 64.6 17.14 -
YUV 204.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 250 205 82 0 0.18 0.67 0.02 43.93 0.94 0.65
Hex FA CD 52 0 12 43 2 2C 5E 41
Octal 372 315 122 0 22 103 2 54 136 101
Binary 11111010 11001101 1010010 0 10010 1000011 10 101100 1011110 1000001

Color Harmonies of #FACD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD52

Black with #FACD52

Text Example


Text Example

White with #FACD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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