Html Css Color HEX #FAC861 Kournikova

📋 copy color: '#FAC861'

red 250 ◦ green 200 ◦ blue 97

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

Shades of Kournikova #FAC861

Tints of Kournikova #FAC861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 45.7%
G = 36.56%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC861 (or 0xFAC861) is known color: Kournikova. HEX triplet: FA, C8 and 61. RGB value is (250,200,97). Sum of RGB (Red+Green+Blue) = 250+200+97=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC861 is #05379E. Grayscale: #CBCBCB. Windows color (decimal): -341919 or 6408442. OLE color: 6408442.

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

Color convert

RGB 250 200 97 -
CMYK 0 0.2 0.61 0.02
HSL 40.39º 0.94% 0.68% -
HSV(B) 40.39º 0.61% 0.98% -
XYZ 62.24 62.5 20.09 -
YUV 203.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 250 200 97 0 0.2 0.61 0.02 40.39 0.94 0.68
Hex FA C8 61 0 14 3D 2 28 5E 44
Octal 372 310 141 0 24 75 2 50 136 104
Binary 11111010 11001000 1100001 0 10100 111101 10 101000 1011110 1000100

Color Harmonies of #FAC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC861

Black with #FAC861

Text Example


Text Example

White with #FAC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC861; }

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

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

background-color css

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

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

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

border-color css

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

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

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