Html Css Color HEX #FACE5A Kournikova

📋 copy color: '#FACE5A'

red 250 ◦ green 206 ◦ blue 90

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

Shades of Kournikova #FACE5A

Tints of Kournikova #FACE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.48%

R = 45.79%
G = 37.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FACE5A (or 0xFACE5A) is known color: Kournikova. HEX triplet: FA, CE and 5A. RGB value is (250,206,90). Sum of RGB (Red+Green+Blue) = 250+206+90=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE5A is #0531A5. Grayscale: #CECECE. Windows color (decimal): -340390 or 5951226. OLE color: 5951226.

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

Color convert

RGB 250 206 90 -
CMYK 0 0.18 0.64 0.02
HSL 43.5º 0.94% 0.67% -
HSV(B) 43.5º 0.64% 0.98% -
XYZ 63.34 65.2 18.92 -
YUV 205.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 250 206 90 0 0.18 0.64 0.02 43.5 0.94 0.67
Hex FA CE 5A 0 12 40 2 2C 5E 43
Octal 372 316 132 0 22 100 2 54 136 103
Binary 11111010 11001110 1011010 0 10010 1000000 10 101100 1011110 1000011

Color Harmonies of #FACE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE5A

Black with #FACE5A

Text Example


Text Example

White with #FACE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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