#FCD349

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

Shades of Kournikova #FCD349

Tints of Kournikova #FCD349

Color information

#FCD349 (or 0xFCD349) is unknown color: approx Kournikova. HEX triplet: FC, D3 and 49. RGB value is (252,211,73). Sum of RGB (Red+Green+Blue) = 252+211+73=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD349 is #032CB6. Grayscale: #D0D0D0. Windows color (decimal): -208055 or 4838396. OLE color: 4838396.

HSL color Cylindrical-coordinate representation of color #FCD349: hue angle of 46.26º 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 #FCD349 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25221173-
CMYK00.160.710.01
HSL46.26º96.76%63.73%-
HSV(B)46.26º71.03%98.82%-
XYZ64.6467.7715.98-
YUV207.5352.08159.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 73 (28.91% from 255) = 13.62%
R=47.01%
G=39.37%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522117300.160.710.0146.2696.7663.73
HexFCD3490104712e6140
Octal374323111020107156141100
Binary111111001101001110010010100001000111110111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD349; }

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

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

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

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

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

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

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

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