#FCCA4D

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

Shades of Kournikova #FCCA4D

Tints of Kournikova #FCCA4D

Color information

#FCCA4D (or 0xFCCA4D) is unknown color: approx Kournikova. HEX triplet: FC, CA and 4D. RGB value is (252,202,77). Sum of RGB (Red+Green+Blue) = 252+202+77=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA4D is #0335B2. Grayscale: #CBCBCB. Windows color (decimal): -210355 or 5098236. OLE color: 5098236.

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

Color convert

RGB25220277-
CMYK00.200.690.01
HSL42.86º96.69%64.51%-
HSV(B)42.86º69.44%98.82%-
XYZ62.663.4715.97-
YUV202.757.06163.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 77 (30.47% from 255) = 14.50%
R=47.46%
G=38.04%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522027700.200.690.0142.8696.6964.51
HexFCCA4D0144512b6141
Octal374312115024105153141101
Binary111111001100101010011010101001000101110101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA4D; }

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

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

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

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

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

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

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

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