Html Css Color HEX #FACE4E Kournikova

📋 copy color: '#FACE4E'

red 250 ◦ green 206 ◦ blue 78

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

Shades of Kournikova #FACE4E

Tints of Kournikova #FACE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.61%

R = 46.82%
G = 38.58%
B = 14.61%

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

#FACE4E (or 0xFACE4E) is known color: Kournikova. HEX triplet: FA, CE and 4E. RGB value is (250,206,78). Sum of RGB (Red+Green+Blue) = 250+206+78=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE4E is #0531B1. Grayscale: #CDCDCD. Windows color (decimal): -340402 or 5164794. OLE color: 5164794.

HSL color Cylindrical-coordinate representation of color #FACE4E: hue angle of 44.65º 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 #FACE4E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 78 -
CMYK 0 0.18 0.69 0.02
HSL 44.65º 0.95% 0.64% -
HSV(B) 44.65º 0.69% 0.98% -
XYZ 62.87 65.02 16.44 -
YUV 204.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 250 206 78 0 0.18 0.69 0.02 44.65 0.95 0.64
Hex FA CE 4E 0 12 45 2 2D 5F 40
Octal 372 316 116 0 22 105 2 55 137 100
Binary 11111010 11001110 1001110 0 10010 1000101 10 101101 1011111 1000000

Color Harmonies of #FACE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE4E

Black with #FACE4E

Text Example


Text Example

White with #FACE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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