#F5C661

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

Shades of Kournikova #F5C661

Tints of Kournikova #F5C661

Color information

#F5C661 (or 0xF5C661) is unknown color: approx Kournikova. HEX triplet: F5, C6 and 61. RGB value is (245,198,97). Sum of RGB (Red+Green+Blue) = 245+198+97=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C661 is #0A399E. Grayscale: #C8C8C8. Windows color (decimal): -670111 or 6407925. OLE color: 6407925.

HSL color Cylindrical-coordinate representation of color #F5C661: hue angle of 40.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C661 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24519897-
CMYK00.190.600.04
HSL40.95º88.1%67.06%-
HSV(B)40.95º60.41%96.08%-
XYZ60.0160.6619.86-
YUV200.5469.57159.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.37%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 97 (38.28% from 255) = 17.96%
R=45.37%
G=36.67%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451989700.190.600.0440.9588.167.06
HexF5C6610133C4295843
Octal36530614102374451130103
Binary1111010111000110110000101001111110010010100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C661; }

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

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

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

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

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

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

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

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