#F5CF5E

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

Shades of Kournikova #F5CF5E

Tints of Kournikova #F5CF5E

Color information

#F5CF5E (or 0xF5CF5E) is unknown color: approx Kournikova. HEX triplet: F5, CF and 5E. RGB value is (245,207,94). Sum of RGB (Red+Green+Blue) = 245+207+94=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF5E is #0A30A1. Grayscale: #CDCDCD. Windows color (decimal): -667810 or 6213621. OLE color: 6213621.

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

Color convert

RGB24520794-
CMYK00.160.620.04
HSL44.9º88.3%66.47%-
HSV(B)44.9º61.63%96.08%-
XYZ61.9964.8519.84-
YUV205.4865.09156.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 94 (37.11% from 255) = 17.22%
R=44.87%
G=37.91%
B=17.22%

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
Decimal2452079400.160.620.0444.988.366.47
HexF5CF5E0103E42d5842
Octal36531713602076455130102
Binary1111010111001111101111001000011111010010110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF5E; }

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

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

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

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

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

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

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

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