Html Css Color HEX #F6C760 Kournikova

📋 copy color: '#F6C760'

red 246 ◦ green 199 ◦ blue 96

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

Shades of Kournikova #F6C760

Tints of Kournikova #F6C760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 45.47%
G = 36.78%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6C760 (or 0xF6C760) is known color: Kournikova. HEX triplet: F6, C7 and 60. RGB value is (246,199,96). Sum of RGB (Red+Green+Blue) = 246+199+96=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C760 is #09389F. Grayscale: #C9C9C9. Windows color (decimal): -604320 or 6342646. OLE color: 6342646.

HSL color Cylindrical-coordinate representation of color #F6C760: hue angle of 41.2º 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 #F6C760 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 199 96 -
CMYK 0 0.19 0.61 0.04
HSL 41.2º 0.89% 0.67% -
HSV(B) 41.2º 0.61% 0.96% -
XYZ 60.54 61.28 19.7 -
YUV 201.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 246 199 96 0 0.19 0.61 0.04 41.2 0.89 0.67
Hex F6 C7 60 0 13 3D 4 29 59 43
Octal 366 307 140 0 23 75 4 51 131 103
Binary 11110110 11000111 1100000 0 10011 111101 100 101001 1011001 1000011

Color Harmonies of #F6C760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C760

Black with #F6C760

Text Example


Text Example

White with #F6C760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C760; }

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

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

background-color css

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

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

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

border-color css

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

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

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