Html Css Color HEX #FACD64 Dandelion

📋 copy color: '#FACD64'

red 250 ◦ green 205 ◦ blue 100

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

Shades of Dandelion #FACD64

Tints of Dandelion #FACD64

RGB

 RED value IS 250 (98.05% from 255) = 45.05%

 GREEN value IS 205 (80.47% from 255) = 36.94%

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

R = 45.05%
G = 36.94%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FACD64 (or 0xFACD64) is known color: Dandelion. HEX triplet: FA, CD and 64. RGB value is (250,205,100). Sum of RGB (Red+Green+Blue) = 250+205+100=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD64 is #05329B. Grayscale: #CECECE. Windows color (decimal): -340636 or 6606330. OLE color: 6606330.

HSL color Cylindrical-coordinate representation of color #FACD64: hue angle of 42º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FACD64 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 100 -
CMYK 0 0.18 0.6 0.02
HSL 42º 0.94% 0.69% -
HSV(B) 42º 0.6% 0.98% -
XYZ 63.56 64.91 21.24 -
YUV 206.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 250 205 100 0 0.18 0.6 0.02 42 0.94 0.69
Hex FA CD 64 0 12 3C 2 2A 5E 45
Octal 372 315 144 0 22 74 2 52 136 105
Binary 11111010 11001101 1100100 0 10010 111100 10 101010 1011110 1000101

Color Harmonies of #FACD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD64

Black with #FACD64

Text Example


Text Example

White with #FACD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD64; }

 p { color: rgb(250,205,100); }

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

background-color css

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

 a { background-color: rgb(250,205,100); }

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

border-color css

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

 span { border-color: rgb(250,205,100); }

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