#F5CF5D

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

Shades of Kournikova #F5CF5D

Tints of Kournikova #F5CF5D

Color information

#F5CF5D (or 0xF5CF5D) is unknown color: approx Kournikova. HEX triplet: F5, CF and 5D. RGB value is (245,207,93). Sum of RGB (Red+Green+Blue) = 245+207+93=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF5D is #0A30A2. Grayscale: #CDCDCD. Windows color (decimal): -667811 or 6148085. OLE color: 6148085.

HSL color Cylindrical-coordinate representation of color #F5CF5D: hue angle of 45º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5CF5D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24520793-
CMYK00.160.620.04
HSL45º88.37%66.27%-
HSV(B)45º62.04%96.08%-
XYZ61.9464.8319.6-
YUV205.3764.59156.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=44.95%
G=37.98%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452079300.160.620.044588.3766.27
HexF5CF5D0103E42d5842
Octal36531713502076455130102
Binary1111010111001111101110101000011111010010110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF5D; }

 p { color: rgb(245,207,93); }

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

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

 a { background-color: rgb(245,207,93); }

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

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

 span { border-color: rgb(245,207,93); }

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