Html Css Color HEX #FACD55 Kournikova

📋 copy color: '#FACD55'

red 250 ◦ green 205 ◦ blue 85

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

Shades of Kournikova #FACD55

Tints of Kournikova #FACD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.74%

R = 46.3%
G = 37.96%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FACD55 (or 0xFACD55) is known color: Kournikova. HEX triplet: FA, CD and 55. RGB value is (250,205,85). Sum of RGB (Red+Green+Blue) = 250+205+85=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD55 is #0532AA. Grayscale: #CDCDCD. Windows color (decimal): -340651 or 5623290. OLE color: 5623290.

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

Color convert

RGB 250 205 85 -
CMYK 0 0.18 0.66 0.02
HSL 43.64º 0.94% 0.66% -
HSV(B) 43.64º 0.66% 0.98% -
XYZ 62.9 64.64 17.76 -
YUV 204.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 250 205 85 0 0.18 0.66 0.02 43.64 0.94 0.66
Hex FA CD 55 0 12 42 2 2C 5E 42
Octal 372 315 125 0 22 102 2 54 136 102
Binary 11111010 11001101 1010101 0 10010 1000010 10 101100 1011110 1000010

Color Harmonies of #FACD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD55

Black with #FACD55

Text Example


Text Example

White with #FACD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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