Html Css Color HEX #FCD764 Dandelion

📋 copy color: '#FCD764'

red 252 ◦ green 215 ◦ blue 100

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

Shades of Dandelion #FCD764

Tints of Dandelion #FCD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

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

R = 44.44%
G = 37.92%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD764 (or 0xFCD764) is known color: Dandelion. HEX triplet: FC, D7 and 64. RGB value is (252,215,100). Sum of RGB (Red+Green+Blue) = 252+215+100=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD764 is #03289B. Grayscale: #D5D5D5. Windows color (decimal): -207004 or 6608892. OLE color: 6608892.

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

Color convert

RGB 252 215 100 -
CMYK 0 0.15 0.60 0.01
HSL 45.39º 0.96% 0.69% -
HSV(B) 45.39º 0.6% 0.99% -
XYZ 66.75 70.22 22.09 -
YUV 212.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 252 215 100 0 0.15 0.60 0.01 45.39 0.96 0.69
Hex FC D7 64 0 F 3C 1 2D 60 45
Octal 374 327 144 0 17 74 1 55 140 105
Binary 11111100 11010111 1100100 0 1111 111100 1 101101 1100000 1000101

Color Harmonies of #FCD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD764

Black with #FCD764

Text Example


Text Example

White with #FCD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD764; }

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

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

background-color css

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

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

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

border-color css

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

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

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