#F3CA5A

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

Shades of Kournikova #F3CA5A

Tints of Kournikova #F3CA5A

Color information

#F3CA5A (or 0xF3CA5A) is unknown color: approx Kournikova. HEX triplet: F3, CA and 5A. RGB value is (243,202,90). Sum of RGB (Red+Green+Blue) = 243+202+90=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CA5A is #0C35A5. Grayscale: #C9C9C9. Windows color (decimal): -800166 or 5950195. OLE color: 5950195.

HSL color Cylindrical-coordinate representation of color #F3CA5A: hue angle of 43.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3CA5A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24320290-
CMYK00.170.630.05
HSL43.92º86.44%65.29%-
HSV(B)43.92º62.96%95.29%-
XYZ59.9362.0318.49-
YUV201.4965.08157.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 90 (35.55% from 255) = 16.82%
R=45.42%
G=37.76%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432029000.170.630.0543.9286.4465.29
HexF3CA5A0113F52c5641
Octal36331213202177554126101
Binary1111001111001010101101001000111111110110110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CA5A; }

 p { color: rgb(243,202,90); }

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

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

 a { background-color: rgb(243,202,90); }

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

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

 span { border-color: rgb(243,202,90); }

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