Html Css Color HEX #FACC64 Dandelion

📋 copy color: '#FACC64'

red 250 ◦ green 204 ◦ blue 100

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

Shades of Dandelion #FACC64

Tints of Dandelion #FACC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 45.13%
G = 36.82%
B = 18.05%

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

#FACC64 (or 0xFACC64) is known color: Dandelion. HEX triplet: FA, CC and 64. RGB value is (250,204,100). Sum of RGB (Red+Green+Blue) = 250+204+100=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC64 is #05339B. Grayscale: #CECECE. Windows color (decimal): -340892 or 6606074. OLE color: 6606074.

HSL color Cylindrical-coordinate representation of color #FACC64: hue angle of 41.6º 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 #FACC64 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 100 -
CMYK 0 0.18 0.6 0.02
HSL 41.6º 0.94% 0.69% -
HSV(B) 41.6º 0.6% 0.98% -
XYZ 63.32 64.43 21.16 -
YUV 205.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 250 204 100 0 0.18 0.6 0.02 41.6 0.94 0.69
Hex FA CC 64 0 12 3C 2 2A 5E 45
Octal 372 314 144 0 22 74 2 52 136 105
Binary 11111010 11001100 1100100 0 10010 111100 10 101010 1011110 1000101

Color Harmonies of #FACC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC64

Black with #FACC64

Text Example


Text Example

White with #FACC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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