Html Css Color HEX #FCD355 Kournikova

📋 copy color: '#FCD355'

red 252 ◦ green 211 ◦ blue 85

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

Shades of Kournikova #FCD355

Tints of Kournikova #FCD355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.51%

R = 45.99%
G = 38.5%
B = 15.51%

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

#FCD355 (or 0xFCD355) is known color: Kournikova. HEX triplet: FC, D3 and 55. RGB value is (252,211,85). Sum of RGB (Red+Green+Blue) = 252+211+85=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD355 is #032CAA. Grayscale: #D1D1D1. Windows color (decimal): -208043 or 5624828. OLE color: 5624828.

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

Color convert

RGB 252 211 85 -
CMYK 0 0.16 0.66 0.01
HSL 45.27º 0.97% 0.66% -
HSV(B) 45.27º 0.66% 0.99% -
XYZ 65.08 67.94 18.28 -
YUV 208.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 252 211 85 0 0.16 0.66 0.01 45.27 0.97 0.66
Hex FC D3 55 0 10 42 1 2D 61 42
Octal 374 323 125 0 20 102 1 55 141 102
Binary 11111100 11010011 1010101 0 10000 1000010 1 101101 1100001 1000010

Color Harmonies of #FCD355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD355

Black with #FCD355

Text Example


Text Example

White with #FCD355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD355; }

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

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

background-color css

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

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

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

border-color css

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

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

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