Html Css Color HEX #FACA58 Kournikova

📋 copy color: '#FACA58'

red 250 ◦ green 202 ◦ blue 88

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

Shades of Kournikova #FACA58

Tints of Kournikova #FACA58

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 88 (34.77% from 255) = 16.3%

R = 46.3%
G = 37.41%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FACA58 (or 0xFACA58) is known color: Kournikova. HEX triplet: FA, CA and 58. RGB value is (250,202,88). Sum of RGB (Red+Green+Blue) = 250+202+88=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA58 is #0535A7. Grayscale: #CBCBCB. Windows color (decimal): -341416 or 5819130. OLE color: 5819130.

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

Color convert

RGB 250 202 88 -
CMYK 0 0.19 0.65 0.02
HSL 42.22º 0.94% 0.66% -
HSV(B) 42.22º 0.65% 0.98% -
XYZ 62.31 63.27 18.16 -
YUV 203.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 250 202 88 0 0.19 0.65 0.02 42.22 0.94 0.66
Hex FA CA 58 0 13 41 2 2A 5E 42
Octal 372 312 130 0 23 101 2 52 136 102
Binary 11111010 11001010 1011000 0 10011 1000001 10 101010 1011110 1000010

Color Harmonies of #FACA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA58

Black with #FACA58

Text Example


Text Example

White with #FACA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA58; }

 p { color: rgb(250,202,88); }

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

background-color css

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

 a { background-color: rgb(250,202,88); }

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

border-color css

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

 span { border-color: rgb(250,202,88); }

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