Html Css Color HEX #F6C660 Kournikova

📋 copy color: '#F6C660'

red 246 ◦ green 198 ◦ blue 96

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

Shades of Kournikova #F6C660

Tints of Kournikova #F6C660

RGB

 RED value IS 246 (96.48% from 255) = 45.56%

 GREEN value IS 198 (77.73% from 255) = 36.67%

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

R = 45.56%
G = 36.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6C660 (or 0xF6C660) is known color: Kournikova. HEX triplet: F6, C6 and 60. RGB value is (246,198,96). Sum of RGB (Red+Green+Blue) = 246+198+96=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C660 is #09399F. Grayscale: #C9C9C9. Windows color (decimal): -604576 or 6342390. OLE color: 6342390.

HSL color Cylindrical-coordinate representation of color #F6C660: hue angle of 40.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6C660 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 198 96 -
CMYK 0 0.20 0.61 0.04
HSL 40.8º 0.89% 0.67% -
HSV(B) 40.8º 0.61% 0.96% -
XYZ 60.31 60.83 19.63 -
YUV 200.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 246 198 96 0 0.20 0.61 0.04 40.8 0.89 0.67
Hex F6 C6 60 0 14 3D 4 29 59 43
Octal 366 306 140 0 24 75 4 51 131 103
Binary 11110110 11000110 1100000 0 10100 111101 100 101001 1011001 1000011

Color Harmonies of #F6C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C660

Black with #F6C660

Text Example


Text Example

White with #F6C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C660; }

 p { color: rgb(246,198,96); }

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

background-color css

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

 a { background-color: rgb(246,198,96); }

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

border-color css

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

 span { border-color: rgb(246,198,96); }

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