Html Css Color HEX #FAC859 Kournikova

📋 copy color: '#FAC859'

red 250 ◦ green 200 ◦ blue 89

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

Shades of Kournikova #FAC859

Tints of Kournikova #FAC859

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

 BLUE value IS 89 (35.16% from 255) = 16.51%

R = 46.38%
G = 37.11%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC859 (or 0xFAC859) is known color: Kournikova. HEX triplet: FA, C8 and 59. RGB value is (250,200,89). Sum of RGB (Red+Green+Blue) = 250+200+89=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 89 (35.16% from 255 or 16.51% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC859 is #0537A6. Grayscale: #CACACA. Windows color (decimal): -341927 or 5884154. OLE color: 5884154.

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

Color convert

RGB 250 200 89 -
CMYK 0 0.2 0.64 0.02
HSL 41.37º 0.94% 0.66% -
HSV(B) 41.37º 0.64% 0.98% -
XYZ 61.88 62.35 18.23 -
YUV 202.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 250 200 89 0 0.2 0.64 0.02 41.37 0.94 0.66
Hex FA C8 59 0 14 40 2 29 5E 42
Octal 372 310 131 0 24 100 2 51 136 102
Binary 11111010 11001000 1011001 0 10100 1000000 10 101001 1011110 1000010

Color Harmonies of #FAC859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC859

Black with #FAC859

Text Example


Text Example

White with #FAC859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC859; }

 p { color: rgb(250,200,89); }

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

background-color css

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

 a { background-color: rgb(250,200,89); }

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

border-color css

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

 span { border-color: rgb(250,200,89); }

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