Html Css Color HEX #FCD356 Kournikova

📋 copy color: '#FCD356'

red 252 ◦ green 211 ◦ blue 86

#FCD356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FCD356

Tints of Kournikova #FCD356

RGB

 RED value IS 252 (98.83% from 255) = 45.9%

 GREEN value IS 211 (82.81% from 255) = 38.43%

 BLUE value IS 86 (33.98% from 255) = 15.66%

R = 45.9%
G = 38.43%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD356 (or 0xFCD356) is known color: Kournikova. HEX triplet: FC, D3 and 56. RGB value is (252,211,86). Sum of RGB (Red+Green+Blue) = 252+211+86=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD356 is #032CA9. Grayscale: #D1D1D1. Windows color (decimal): -208042 or 5690364. OLE color: 5690364.

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

Color convert

RGB 252 211 86 -
CMYK 0 0.16 0.66 0.01
HSL 45.18º 0.97% 0.66% -
HSV(B) 45.18º 0.66% 0.99% -
XYZ 65.12 67.96 18.49 -
YUV 209.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 252 211 86 0 0.16 0.66 0.01 45.18 0.97 0.66
Hex FC D3 56 0 10 42 1 2D 61 42
Octal 374 323 126 0 20 102 1 55 141 102
Binary 11111100 11010011 1010110 0 10000 1000010 1 101101 1100001 1000010

Color Harmonies of #FCD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD356

Black with #FCD356

Text Example


Text Example

White with #FCD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD356; }

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

 H1.HeaderClassName
 {
   color: #FCD356;
 }
 .AnyTagClassName
 {
   color: #FCD356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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