#FCCA53

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

Shades of Kournikova #FCCA53

Tints of Kournikova #FCCA53

Color information

#FCCA53 (or 0xFCCA53) is unknown color: approx Kournikova. HEX triplet: FC, CA and 53. RGB value is (252,202,83). Sum of RGB (Red+Green+Blue) = 252+202+83=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA53 is #0335AC. Grayscale: #CBCBCB. Windows color (decimal): -210349 or 5491452. OLE color: 5491452.

HSL color Cylindrical-coordinate representation of color #FCCA53: hue angle of 42.25º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCCA53 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25220283-
CMYK00.200.670.01
HSL42.25º96.57%65.69%-
HSV(B)42.25º67.06%98.82%-
XYZ62.8363.5617.14-
YUV203.3860.06162.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 83 (32.81% from 255) = 15.46%
R=46.93%
G=37.62%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522028300.200.670.0142.2596.5765.69
HexFCCA530144312a6142
Octal374312123024103152141102
Binary111111001100101010100110101001000011110101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA53; }

 p { color: rgb(252,202,83); }

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

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

 a { background-color: rgb(252,202,83); }

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

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

 span { border-color: rgb(252,202,83); }

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