#FCD458

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

Shades of Kournikova #FCD458

Tints of Kournikova #FCD458

Color information

#FCD458 (or 0xFCD458) is unknown color: approx Kournikova. HEX triplet: FC, D4 and 58. RGB value is (252,212,88). Sum of RGB (Red+Green+Blue) = 252+212+88=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD458 is #032BA7. Grayscale: #D2D2D2. Windows color (decimal): -207784 or 5821692. OLE color: 5821692.

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

Color convert

RGB25221288-
CMYK00.160.650.01
HSL45.37º96.47%66.67%-
HSV(B)45.37º65.08%98.82%-
XYZ65.4568.4919-
YUV209.8259.25158.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 88 (34.77% from 255) = 15.94%
R=45.65%
G=38.41%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522128800.160.650.0145.3796.4766.67
HexFCD4580104112d6043
Octal374324130020101155140103
Binary111111001101010010110000100001000001110110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD458; }

 p { color: rgb(252,212,88); }

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

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

 a { background-color: rgb(252,212,88); }

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

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

 span { border-color: rgb(252,212,88); }

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