Html Css Color HEX #FACF57 Kournikova

📋 copy color: '#FACF57'

red 250 ◦ green 207 ◦ blue 87

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

Shades of Kournikova #FACF57

Tints of Kournikova #FACF57

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.05%

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

R = 45.96%
G = 38.05%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FACF57 (or 0xFACF57) is known color: Kournikova. HEX triplet: FA, CF and 57. RGB value is (250,207,87). Sum of RGB (Red+Green+Blue) = 250+207+87=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF57 is #0530A8. Grayscale: #CECECE. Windows color (decimal): -340137 or 5754874. OLE color: 5754874.

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

Color convert

RGB 250 207 87 -
CMYK 0 0.17 0.65 0.02
HSL 44.17º 0.94% 0.66% -
HSV(B) 44.17º 0.65% 0.98% -
XYZ 63.46 65.64 18.34 -
YUV 206.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 250 207 87 0 0.17 0.65 0.02 44.17 0.94 0.66
Hex FA CF 57 0 11 41 2 2C 5E 42
Octal 372 317 127 0 21 101 2 54 136 102
Binary 11111010 11001111 1010111 0 10001 1000001 10 101100 1011110 1000010

Color Harmonies of #FACF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF57

Black with #FACF57

Text Example


Text Example

White with #FACF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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