Html Css Color HEX #FCD66B Dandelion

📋 copy color: '#FCD66B'

red 252 ◦ green 214 ◦ blue 107

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

Shades of Dandelion #FCD66B

Tints of Dandelion #FCD66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.67%

R = 43.98%
G = 37.35%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD66B (or 0xFCD66B) is known color: Dandelion. HEX triplet: FC, D6 and 6B. RGB value is (252,214,107). Sum of RGB (Red+Green+Blue) = 252+214+107=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD66B is #032994. Grayscale: #D5D5D5. Windows color (decimal): -207253 or 7067388. OLE color: 7067388.

HSL color Cylindrical-coordinate representation of color #FCD66B: hue angle of 44.28º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCD66B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 107 -
CMYK 0 0.15 0.58 0.01
HSL 44.28º 0.96% 0.7% -
HSV(B) 44.28º 0.58% 0.99% -
XYZ 66.85 69.85 23.87 -
YUV 213.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 252 214 107 0 0.15 0.58 0.01 44.28 0.96 0.7
Hex FC D6 6B 0 F 3A 1 2C 60 46
Octal 374 326 153 0 17 72 1 54 140 106
Binary 11111100 11010110 1101011 0 1111 111010 1 101100 1100000 1000110

Color Harmonies of #FCD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD66B

Black with #FCD66B

Text Example


Text Example

White with #FCD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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