Html Css Color HEX #FACC57 Kournikova

📋 copy color: '#FACC57'

red 250 ◦ green 204 ◦ blue 87

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

Shades of Kournikova #FACC57

Tints of Kournikova #FACC57

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

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

R = 46.21%
G = 37.71%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FACC57 (or 0xFACC57) is known color: Kournikova. HEX triplet: FA, CC and 57. RGB value is (250,204,87). Sum of RGB (Red+Green+Blue) = 250+204+87=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC57 is #0533A8. Grayscale: #CCCCCC. Windows color (decimal): -340905 or 5754106. OLE color: 5754106.

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

Color convert

RGB 250 204 87 -
CMYK 0 0.18 0.65 0.02
HSL 43.07º 0.94% 0.66% -
HSV(B) 43.07º 0.65% 0.98% -
XYZ 62.74 64.2 18.1 -
YUV 204.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 250 204 87 0 0.18 0.65 0.02 43.07 0.94 0.66
Hex FA CC 57 0 12 41 2 2B 5E 42
Octal 372 314 127 0 22 101 2 53 136 102
Binary 11111010 11001100 1010111 0 10010 1000001 10 101011 1011110 1000010

Color Harmonies of #FACC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC57

Black with #FACC57

Text Example


Text Example

White with #FACC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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