#F5C65F

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

Shades of Kournikova #F5C65F

Tints of Kournikova #F5C65F

Color information

#F5C65F (or 0xF5C65F) is unknown color: approx Kournikova. HEX triplet: F5, C6 and 5F. RGB value is (245,198,95). Sum of RGB (Red+Green+Blue) = 245+198+95=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C65F is #0A39A0. Grayscale: #C8C8C8. Windows color (decimal): -670113 or 6276853. OLE color: 6276853.

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

Color convert

RGB24519895-
CMYK00.190.610.04
HSL41.2º88.24%66.67%-
HSV(B)41.2º61.22%96.08%-
XYZ59.9260.6319.37-
YUV200.3168.57159.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=45.54%
G=36.80%
B=17.66%

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
Decimal2451989500.190.610.0441.288.2466.67
HexF5C65F0133D4295843
Octal36530613702375451130103
Binary1111010111000110101111101001111110110010100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C65F; }

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

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

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

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

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

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

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

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