Html Css Color HEX #F7C960 Kournikova

📋 copy color: '#F7C960'

red 247 ◦ green 201 ◦ blue 96

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

Shades of Kournikova #F7C960

Tints of Kournikova #F7C960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

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

R = 45.4%
G = 36.95%
B = 17.65%

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

#F7C960 (or 0xF7C960) is known color: Kournikova. HEX triplet: F7, C9 and 60. RGB value is (247,201,96). Sum of RGB (Red+Green+Blue) = 247+201+96=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C960 is #08369F. Grayscale: #CBCBCB. Windows color (decimal): -538272 or 6343159. OLE color: 6343159.

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

Color convert

RGB 247 201 96 -
CMYK 0 0.19 0.61 0.03
HSL 41.72º 0.9% 0.67% -
HSV(B) 41.72º 0.61% 0.97% -
XYZ 61.36 62.39 19.88 -
YUV 202.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 247 201 96 0 0.19 0.61 0.03 41.72 0.9 0.67
Hex F7 C9 60 0 13 3D 3 2A 5A 43
Octal 367 311 140 0 23 75 3 52 132 103
Binary 11110111 11001001 1100000 0 10011 111101 11 101010 1011010 1000011

Color Harmonies of #F7C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C960

Black with #F7C960

Text Example


Text Example

White with #F7C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C960; }

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

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

background-color css

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

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

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

border-color css

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

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

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