Html Css Color HEX #FCD85D Dandelion

📋 copy color: '#FCD85D'

red 252 ◦ green 216 ◦ blue 93

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

Shades of Dandelion #FCD85D

Tints of Dandelion #FCD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.5%

 BLUE value IS 93 (36.72% from 255) = 16.58%

R = 44.92%
G = 38.5%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD85D (or 0xFCD85D) is known color: Dandelion. HEX triplet: FC, D8 and 5D. RGB value is (252,216,93). Sum of RGB (Red+Green+Blue) = 252+216+93=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD85D is #0327A2. Grayscale: #D5D5D5. Windows color (decimal): -206755 or 6150396. OLE color: 6150396.

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

Color convert

RGB 252 216 93 -
CMYK 0 0.14 0.63 0.01
HSL 46.42º 0.96% 0.68% -
HSV(B) 46.42º 0.63% 0.99% -
XYZ 66.68 70.6 20.47 -
YUV 212.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 252 216 93 0 0.14 0.63 0.01 46.42 0.96 0.68
Hex FC D8 5D 0 E 3F 1 2E 60 44
Octal 374 330 135 0 16 77 1 56 140 104
Binary 11111100 11011000 1011101 0 1110 111111 1 101110 1100000 1000100

Color Harmonies of #FCD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD85D

Black with #FCD85D

Text Example


Text Example

White with #FCD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD85D; }

 p { color: rgb(252,216,93); }

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

background-color css

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

 a { background-color: rgb(252,216,93); }

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

border-color css

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

 span { border-color: rgb(252,216,93); }

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