Html Css Color HEX #FCD85F Dandelion

📋 copy color: '#FCD85F'

red 252 ◦ green 216 ◦ blue 95

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

Shades of Dandelion #FCD85F

Tints of Dandelion #FCD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.87%

R = 44.76%
G = 38.37%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD85F (or 0xFCD85F) is known color: Dandelion. HEX triplet: FC, D8 and 5F. RGB value is (252,216,95). Sum of RGB (Red+Green+Blue) = 252+216+95=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD85F is #0327A0. Grayscale: #D5D5D5. Windows color (decimal): -206753 or 6281468. OLE color: 6281468.

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

Color convert

RGB 252 216 95 -
CMYK 0 0.14 0.62 0.01
HSL 46.24º 0.96% 0.68% -
HSV(B) 46.24º 0.62% 0.99% -
XYZ 66.77 70.63 20.94 -
YUV 212.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 252 216 95 0 0.14 0.62 0.01 46.24 0.96 0.68
Hex FC D8 5F 0 E 3E 1 2E 60 44
Octal 374 330 137 0 16 76 1 56 140 104
Binary 11111100 11011000 1011111 0 1110 111110 1 101110 1100000 1000100

Color Harmonies of #FCD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD85F

Black with #FCD85F

Text Example


Text Example

White with #FCD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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