#F7CA5C

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

Shades of Kournikova #F7CA5C

Tints of Kournikova #F7CA5C

Color information

#F7CA5C (or 0xF7CA5C) is unknown color: approx Kournikova. HEX triplet: F7, CA and 5C. RGB value is (247,202,92). Sum of RGB (Red+Green+Blue) = 247+202+92=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CA5C is #0835A3. Grayscale: #CBCBCB. Windows color (decimal): -538020 or 6081271. OLE color: 6081271.

HSL color Cylindrical-coordinate representation of color #F7CA5C: hue angle of 42.58º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7CA5C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24720292-
CMYK00.180.630.03
HSL42.58º90.64%66.47%-
HSV(B)42.58º62.75%96.86%-
XYZ61.4162.7919.01-
YUV202.9265.41159.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.66%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=45.66%
G=37.34%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472029200.180.630.0342.5890.6466.47
HexF7CA5C0123F32b5b42
Octal36731213402277353133102
Binary111101111100101010111000100101111111110101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA5C; }

 p { color: rgb(247,202,92); }

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

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

 a { background-color: rgb(247,202,92); }

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

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

 span { border-color: rgb(247,202,92); }

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