#FCCC49

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

Shades of Kournikova #FCCC49

Tints of Kournikova #FCCC49

Color information

#FCCC49 (or 0xFCCC49) is unknown color: approx Kournikova. HEX triplet: FC, CC and 49. RGB value is (252,204,73). Sum of RGB (Red+Green+Blue) = 252+204+73=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC49 is #0333B6. Grayscale: #CBCBCB. Windows color (decimal): -209847 or 4836604. OLE color: 4836604.

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

Color convert

RGB25220473-
CMYK00.190.710.01
HSL43.91º96.76%63.73%-
HSV(B)43.91º71.03%98.82%-
XYZ62.9464.3615.41-
YUV203.4254.4162.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 73 (28.91% from 255) = 13.80%
R=47.64%
G=38.56%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522047300.190.710.0143.9196.7663.73
HexFCCC490134712c6140
Octal374314111023107154141100
Binary111111001100110010010010100111000111110110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC49; }

 p { color: rgb(252,204,73); }

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

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

 a { background-color: rgb(252,204,73); }

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

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

 span { border-color: rgb(252,204,73); }

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