Html Css Color HEX #FACA56 Kournikova

📋 copy color: '#FACA56'

red 250 ◦ green 202 ◦ blue 86

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

Shades of Kournikova #FACA56

Tints of Kournikova #FACA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.99%

R = 46.47%
G = 37.55%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FACA56 (or 0xFACA56) is known color: Kournikova. HEX triplet: FA, CA and 56. RGB value is (250,202,86). Sum of RGB (Red+Green+Blue) = 250+202+86=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA56 is #0535A9. Grayscale: #CBCBCB. Windows color (decimal): -341418 or 5688058. OLE color: 5688058.

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

Color convert

RGB 250 202 86 -
CMYK 0 0.19 0.66 0.02
HSL 42.44º 0.94% 0.66% -
HSV(B) 42.44º 0.66% 0.98% -
XYZ 62.22 63.24 17.73 -
YUV 203.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 250 202 86 0 0.19 0.66 0.02 42.44 0.94 0.66
Hex FA CA 56 0 13 42 2 2A 5E 42
Octal 372 312 126 0 23 102 2 52 136 102
Binary 11111010 11001010 1010110 0 10011 1000010 10 101010 1011110 1000010

Color Harmonies of #FACA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA56

Black with #FACA56

Text Example


Text Example

White with #FACA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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