Html Css Color HEX #FACE4D Kournikova

📋 copy color: '#FACE4D'

red 250 ◦ green 206 ◦ blue 77

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

Shades of Kournikova #FACE4D

Tints of Kournikova #FACE4D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 46.9%
G = 38.65%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FACE4D (or 0xFACE4D) is known color: Kournikova. HEX triplet: FA, CE and 4D. RGB value is (250,206,77). Sum of RGB (Red+Green+Blue) = 250+206+77=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE4D is #0531B2. Grayscale: #CDCDCD. Windows color (decimal): -340403 or 5099258. OLE color: 5099258.

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

Color convert

RGB 250 206 77 -
CMYK 0 0.18 0.69 0.02
HSL 44.74º 0.95% 0.64% -
HSV(B) 44.74º 0.69% 0.98% -
XYZ 62.84 65 16.26 -
YUV 204.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 250 206 77 0 0.18 0.69 0.02 44.74 0.95 0.64
Hex FA CE 4D 0 12 45 2 2D 5F 40
Octal 372 316 115 0 22 105 2 55 137 100
Binary 11111010 11001110 1001101 0 10010 1000101 10 101101 1011111 1000000

Color Harmonies of #FACE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE4D

Black with #FACE4D

Text Example


Text Example

White with #FACE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE4D; }

 p { color: rgb(250,206,77); }

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

background-color css

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

 a { background-color: rgb(250,206,77); }

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

border-color css

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

 span { border-color: rgb(250,206,77); }

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