Html Css Color HEX #FACE54 Kournikova

📋 copy color: '#FACE54'

red 250 ◦ green 206 ◦ blue 84

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

Shades of Kournikova #FACE54

Tints of Kournikova #FACE54

RGB

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

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

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

R = 46.3%
G = 38.15%
B = 15.56%

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

#FACE54 (or 0xFACE54) is known color: Kournikova. HEX triplet: FA, CE and 54. RGB value is (250,206,84). Sum of RGB (Red+Green+Blue) = 250+206+84=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE54 is #0531AB. Grayscale: #CDCDCD. Windows color (decimal): -340396 or 5558010. OLE color: 5558010.

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

Color convert

RGB 250 206 84 -
CMYK 0 0.18 0.66 0.02
HSL 44.1º 0.94% 0.65% -
HSV(B) 44.1º 0.66% 0.98% -
XYZ 63.1 65.11 17.63 -
YUV 205.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 250 206 84 0 0.18 0.66 0.02 44.1 0.94 0.65
Hex FA CE 54 0 12 42 2 2C 5E 41
Octal 372 316 124 0 22 102 2 54 136 101
Binary 11111010 11001110 1010100 0 10010 1000010 10 101100 1011110 1000001

Color Harmonies of #FACE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE54

Black with #FACE54

Text Example


Text Example

White with #FACE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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