Html Css Color HEX #FCDC64 Dandelion

📋 copy color: '#FCDC64'

red 252 ◦ green 220 ◦ blue 100

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

Shades of Dandelion #FCDC64

Tints of Dandelion #FCDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

 BLUE value IS 100 (39.45% from 255) = 17.48%

R = 44.06%
G = 38.46%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCDC64 (or 0xFCDC64) is known color: Dandelion. HEX triplet: FC, DC and 64. RGB value is (252,220,100). Sum of RGB (Red+Green+Blue) = 252+220+100=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC64 is #03239B. Grayscale: #D8D8D8. Windows color (decimal): -205724 or 6610172. OLE color: 6610172.

HSL color Cylindrical-coordinate representation of color #FCDC64: hue angle of 47.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCDC64 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 100 -
CMYK 0 0.13 0.60 0.01
HSL 47.37º 0.96% 0.69% -
HSV(B) 47.37º 0.6% 0.99% -
XYZ 68.04 72.8 22.52 -
YUV 215.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 252 220 100 0 0.13 0.60 0.01 47.37 0.96 0.69
Hex FC DC 64 0 D 3C 1 2F 60 45
Octal 374 334 144 0 15 74 1 57 140 105
Binary 11111100 11011100 1100100 0 1101 111100 1 101111 1100000 1000101

Color Harmonies of #FCDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC64

Black with #FCDC64

Text Example


Text Example

White with #FCDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC64; }

 p { color: rgb(252,220,100); }

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

background-color css

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

 a { background-color: rgb(252,220,100); }

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

border-color css

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

 span { border-color: rgb(252,220,100); }

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