Html Css Color HEX #F7C760 Kournikova

📋 copy color: '#F7C760'

red 247 ◦ green 199 ◦ blue 96

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

Shades of Kournikova #F7C760

Tints of Kournikova #F7C760

RGB

 RED value IS 247 (96.88% from 255) = 45.57%

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

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

R = 45.57%
G = 36.72%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7C760 (or 0xF7C760) is known color: Kournikova. HEX triplet: F7, C7 and 60. RGB value is (247,199,96). Sum of RGB (Red+Green+Blue) = 247+199+96=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C760 is #08389F. Grayscale: #CACACA. Windows color (decimal): -538784 or 6342647. OLE color: 6342647.

HSL color Cylindrical-coordinate representation of color #F7C760: hue angle of 40.93º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7C760 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 199 96 -
CMYK 0 0.19 0.61 0.03
HSL 40.93º 0.9% 0.67% -
HSV(B) 40.93º 0.61% 0.97% -
XYZ 60.89 61.47 19.72 -
YUV 201.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 247 199 96 0 0.19 0.61 0.03 40.93 0.9 0.67
Hex F7 C7 60 0 13 3D 3 29 5A 43
Octal 367 307 140 0 23 75 3 51 132 103
Binary 11110111 11000111 1100000 0 10011 111101 11 101001 1011010 1000011

Color Harmonies of #F7C760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C760

Black with #F7C760

Text Example


Text Example

White with #F7C760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C760; }

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

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

background-color css

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

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

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

border-color css

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

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

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