Html Css Color HEX #FACA57 Kournikova

📋 copy color: '#FACA57'

red 250 ◦ green 202 ◦ blue 87

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

Shades of Kournikova #FACA57

Tints of Kournikova #FACA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.14%

R = 46.38%
G = 37.48%
B = 16.14%

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

#FACA57 (or 0xFACA57) is known color: Kournikova. HEX triplet: FA, CA and 57. RGB value is (250,202,87). Sum of RGB (Red+Green+Blue) = 250+202+87=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA57 is #0535A8. Grayscale: #CBCBCB. Windows color (decimal): -341417 or 5753594. OLE color: 5753594.

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

Color convert

RGB 250 202 87 -
CMYK 0 0.19 0.65 0.02
HSL 42.33º 0.94% 0.66% -
HSV(B) 42.33º 0.65% 0.98% -
XYZ 62.27 63.25 17.94 -
YUV 203.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 250 202 87 0 0.19 0.65 0.02 42.33 0.94 0.66
Hex FA CA 57 0 13 41 2 2A 5E 42
Octal 372 312 127 0 23 101 2 52 136 102
Binary 11111010 11001010 1010111 0 10011 1000001 10 101010 1011110 1000010

Color Harmonies of #FACA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA57

Black with #FACA57

Text Example


Text Example

White with #FACA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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