Html Css Color HEX #FACD5E Kournikova

📋 copy color: '#FACD5E'

red 250 ◦ green 205 ◦ blue 94

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

Shades of Kournikova #FACD5E

Tints of Kournikova #FACD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 45.54%
G = 37.34%
B = 17.12%

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

#FACD5E (or 0xFACD5E) is known color: Kournikova. HEX triplet: FA, CD and 5E. RGB value is (250,205,94). Sum of RGB (Red+Green+Blue) = 250+205+94=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5E is #0532A1. Grayscale: #CECECE. Windows color (decimal): -340642 or 6213114. OLE color: 6213114.

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

Color convert

RGB 250 205 94 -
CMYK 0 0.18 0.62 0.02
HSL 42.69º 0.94% 0.67% -
HSV(B) 42.69º 0.62% 0.98% -
XYZ 63.28 64.79 19.76 -
YUV 205.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 250 205 94 0 0.18 0.62 0.02 42.69 0.94 0.67
Hex FA CD 5E 0 12 3E 2 2B 5E 43
Octal 372 315 136 0 22 76 2 53 136 103
Binary 11111010 11001101 1011110 0 10010 111110 10 101011 1011110 1000011

Color Harmonies of #FACD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD5E

Black with #FACD5E

Text Example


Text Example

White with #FACD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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