#F5C660

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

Shades of Kournikova #F5C660

Tints of Kournikova #F5C660

Color information

#F5C660 (or 0xF5C660) is unknown color: approx Kournikova. HEX triplet: F5, C6 and 60. RGB value is (245,198,96). Sum of RGB (Red+Green+Blue) = 245+198+96=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C660 is #0A399F. Grayscale: #C8C8C8. Windows color (decimal): -670112 or 6342389. OLE color: 6342389.

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

Color convert

RGB24519896-
CMYK00.190.610.04
HSL41.07º88.17%66.86%-
HSV(B)41.07º60.82%96.08%-
XYZ59.9660.6519.61-
YUV200.4269.07159.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 96 (37.89% from 255) = 17.81%
R=45.45%
G=36.73%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451989600.190.610.0441.0788.1766.86
HexF5C6600133D4295843
Octal36530614002375451130103
Binary1111010111000110110000001001111110110010100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C660; }

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

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

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

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

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

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

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

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