#F7C850

Color #F7C850 Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #F7C850

Tints of Kournikova #F7C850

Color information

#F7C850 (or 0xF7C850) is unknown color: approx Kournikova. HEX triplet: F7, C8 and 50. RGB value is (247,200,80). Sum of RGB (Red+Green+Blue) = 247+200+80=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C850 is #0837AF. Grayscale: #C8C8C8. Windows color (decimal): -538544 or 5294327. OLE color: 5294327.

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

Color convert

RGB24720080-
CMYK00.190.680.03
HSL43.11º91.26%64.12%-
HSV(B)43.11º67.61%96.86%-
XYZ60.4661.6616.3-
YUV200.3760.07161.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 80 (31.64% from 255) = 15.18%
R=46.87%
G=37.95%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472008000.190.680.0343.1191.2664.12
HexF7C8500134432b5b40
Octal367310120023104353133100
Binary1111011111001000101000001001110001001110101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C850; }

 p { color: rgb(247,200,80); }

 H1.HeaderClassName
 {
   color: #F7C850;
 }
 .AnyTagClassName
 {
   color: #F7C850;
 }
</style>
background-color css

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

 a { background-color: rgb(247,200,80); }

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

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

 span { border-color: rgb(247,200,80); }

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