Html Css Color HEX #FCD665 Dandelion

📋 copy color: '#FCD665'

red 252 ◦ green 214 ◦ blue 101

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

Shades of Dandelion #FCD665

Tints of Dandelion #FCD665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

 BLUE value IS 101 (39.84% from 255) = 17.81%

R = 44.44%
G = 37.74%
B = 17.81%

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

#FCD665 (or 0xFCD665) is known color: Dandelion. HEX triplet: FC, D6 and 65. RGB value is (252,214,101). Sum of RGB (Red+Green+Blue) = 252+214+101=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD665 is #03299A. Grayscale: #D4D4D4. Windows color (decimal): -207259 or 6674172. OLE color: 6674172.

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

Color convert

RGB 252 214 101 -
CMYK 0 0.15 0.60 0.01
HSL 44.9º 0.96% 0.69% -
HSV(B) 44.9º 0.6% 0.99% -
XYZ 66.54 69.73 22.26 -
YUV 212.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 252 214 101 0 0.15 0.60 0.01 44.9 0.96 0.69
Hex FC D6 65 0 F 3C 1 2D 60 45
Octal 374 326 145 0 17 74 1 55 140 105
Binary 11111100 11010110 1100101 0 1111 111100 1 101101 1100000 1000101

Color Harmonies of #FCD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD665

Black with #FCD665

Text Example


Text Example

White with #FCD665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD665; }

 p { color: rgb(252,214,101); }

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

background-color css

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

 a { background-color: rgb(252,214,101); }

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

border-color css

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

 span { border-color: rgb(252,214,101); }

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