Html Css Color HEX #FACD54 Kournikova

📋 copy color: '#FACD54'

red 250 ◦ green 205 ◦ blue 84

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

Shades of Kournikova #FACD54

Tints of Kournikova #FACD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 46.38%
G = 38.03%
B = 15.58%

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

#FACD54 (or 0xFACD54) is known color: Kournikova. HEX triplet: FA, CD and 54. RGB value is (250,205,84). Sum of RGB (Red+Green+Blue) = 250+205+84=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD54 is #0532AB. Grayscale: #CDCDCD. Windows color (decimal): -340652 or 5557754. OLE color: 5557754.

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

Color convert

RGB 250 205 84 -
CMYK 0 0.18 0.66 0.02
HSL 43.73º 0.94% 0.65% -
HSV(B) 43.73º 0.66% 0.98% -
XYZ 62.86 64.63 17.55 -
YUV 204.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 250 205 84 0 0.18 0.66 0.02 43.73 0.94 0.65
Hex FA CD 54 0 12 42 2 2C 5E 41
Octal 372 315 124 0 22 102 2 54 136 101
Binary 11111010 11001101 1010100 0 10010 1000010 10 101100 1011110 1000001

Color Harmonies of #FACD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD54

Black with #FACD54

Text Example


Text Example

White with #FACD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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