Html Css Color HEX #FCDB64 Dandelion

📋 copy color: '#FCDB64'

red 252 ◦ green 219 ◦ blue 100

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

Shades of Dandelion #FCDB64

Tints of Dandelion #FCDB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 44.13%
G = 38.35%
B = 17.51%

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

#FCDB64 (or 0xFCDB64) is known color: Dandelion. HEX triplet: FC, DB and 64. RGB value is (252,219,100). Sum of RGB (Red+Green+Blue) = 252+219+100=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 100 (39.45% from 255 or 17.51% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB64 is #03249B. Grayscale: #D7D7D7. Windows color (decimal): -205980 or 6609916. OLE color: 6609916.

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

Color convert

RGB 252 219 100 -
CMYK 0 0.13 0.60 0.01
HSL 46.97º 0.96% 0.69% -
HSV(B) 46.97º 0.6% 0.99% -
XYZ 67.78 72.28 22.44 -
YUV 215.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 252 219 100 0 0.13 0.60 0.01 46.97 0.96 0.69
Hex FC DB 64 0 D 3C 1 2F 60 45
Octal 374 333 144 0 15 74 1 57 140 105
Binary 11111100 11011011 1100100 0 1101 111100 1 101111 1100000 1000101

Color Harmonies of #FCDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB64

Black with #FCDB64

Text Example


Text Example

White with #FCDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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