Html Css Color HEX #FAC860 Kournikova

📋 copy color: '#FAC860'

red 250 ◦ green 200 ◦ blue 96

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

Shades of Kournikova #FAC860

Tints of Kournikova #FAC860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.58%

R = 45.79%
G = 36.63%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC860 (or 0xFAC860) is known color: Kournikova. HEX triplet: FA, C8 and 60. RGB value is (250,200,96). Sum of RGB (Red+Green+Blue) = 250+200+96=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC860 is #05379F. Grayscale: #CBCBCB. Windows color (decimal): -341920 or 6342906. OLE color: 6342906.

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

Color convert

RGB 250 200 96 -
CMYK 0 0.2 0.62 0.02
HSL 40.52º 0.94% 0.68% -
HSV(B) 40.52º 0.62% 0.98% -
XYZ 62.19 62.48 19.85 -
YUV 203.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 250 200 96 0 0.2 0.62 0.02 40.52 0.94 0.68
Hex FA C8 60 0 14 3E 2 29 5E 44
Octal 372 310 140 0 24 76 2 51 136 104
Binary 11111010 11001000 1100000 0 10100 111110 10 101001 1011110 1000100

Color Harmonies of #FAC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC860

Black with #FAC860

Text Example


Text Example

White with #FAC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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