Html Css Color HEX #FCD065 Dandelion

📋 copy color: '#FCD065'

red 252 ◦ green 208 ◦ blue 101

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

Shades of Dandelion #FCD065

Tints of Dandelion #FCD065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 44.92%
G = 37.08%
B = 18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD065 (or 0xFCD065) is known color: Dandelion. HEX triplet: FC, D0 and 65. RGB value is (252,208,101). Sum of RGB (Red+Green+Blue) = 252+208+101=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD065 is #032F9A. Grayscale: #D1D1D1. Windows color (decimal): -208795 or 6672636. OLE color: 6672636.

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

Color convert

RGB 252 208 101 -
CMYK 0 0.17 0.60 0.01
HSL 42.52º 0.96% 0.69% -
HSV(B) 42.52º 0.6% 0.99% -
XYZ 65.05 66.75 21.77 -
YUV 208.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 252 208 101 0 0.17 0.60 0.01 42.52 0.96 0.69
Hex FC D0 65 0 11 3C 1 2B 60 45
Octal 374 320 145 0 21 74 1 53 140 105
Binary 11111100 11010000 1100101 0 10001 111100 1 101011 1100000 1000101

Color Harmonies of #FCD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD065

Black with #FCD065

Text Example


Text Example

White with #FCD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD065; }

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

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

background-color css

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

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

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

border-color css

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

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

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